Agent skill
spool-apply-change-proposal
Use when implementing, executing, applying, building, coding, or developing a feature, change, requirement, enhancement, fix, or modification. Use when running tasks from a spec, proposal, or plan.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/spool-apply-change-proposal
SKILL.md
Run the CLI-generated apply instructions for a specific change.
Testing Policy (TDD + coverage)
- Default workflow: RED/GREEN/REFACTOR (write a failing test, implement the minimum to pass, then refactor).
- Coverage target: 80% (guidance; projects may override in
.spool/config.json). - Follow the "Testing Policy" section printed by
spool agent instruction apply; it should reflect project configuration.
Steps
-
Determine the target change ID.
- If the user provides one, use it.
- Otherwise run
spool list --readyto see changes ready for implementation. - Ask the user which change to apply if multiple are ready.
-
Generate instructions (source of truth):
bashspool agent instruction apply --change "<change-id>" -
Follow the printed instructions exactly.
-
Use
spool tasks ready <change-id>to see actionable tasks at any point.
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?