Agent skill
tools-loop-efficiency-deterministic-extraction
Scout new skill-efficiency opportunities, register them in docs/plans/startup-loop-token-efficiency-v2/deterministic-extraction-analysis.md, recompute true ROI/payback, and auto-implement every item in Implement now and Backlog via an execution queue.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/tools-loop-efficiency-deterministic-extraction
SKILL.md
/tools-loop-efficiency-deterministic-extraction
End-to-end opportunity automation for the startup-loop efficiency analysis.
Invocation
/tools-loop-efficiency-deterministic-extraction
/tools-loop-efficiency-deterministic-extraction --analysis <path>
/tools-loop-efficiency-deterministic-extraction --audit <path>
/tools-loop-efficiency-deterministic-extraction --model-cost <usd-per-mtok> --engineer-rate <usd-per-hour>
/tools-loop-efficiency-deterministic-extraction --evidence-quality <proxy|observed|measured>
/tools-loop-efficiency-deterministic-extraction --realization-prob <0-1>
/tools-loop-efficiency-deterministic-extraction --dry-run
Default analysis path:
docs/plans/startup-loop-token-efficiency-v2/deterministic-extraction-analysis.md
Operating Mode
SCOUT + SCORE + BUILD
- Scout fresh opportunities from latest
skill-efficiency-audit-*.md - Register new opportunities directly in analysis markdown
- Recompute payback ROI, Expected ROI, and decision categories using the payback formula
- Build and execute queue for
Implement nowandBacklogitems (in that order)
Workflow
- Read modules/scout-and-register.md and run it first.
- Read modules/auto-implement.md and execute queue items.
- Keep iterating queue rows until all
Implement nowandBacklogrows are eitherDoneorBlockedwith explicit reasons.
Required Scripts
scripts/refresh-analysis-and-scout.mjsscripts/build-execution-queue.mjs
Run both scripts from repo root.
Safety + Quality Gates
- Never skip validation for implementation changes.
- Keep queue status updated after each row.
- For rows marked
Blocked, continue with the next row. - Never run destructive git commands.
Completion Condition
Complete only when all queue rows in categories Implement now and Backlog are no longer Pending.
References
- references/payback-model.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?