Agent skill
implementation-process-serpro69-claude-toolbox-2
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/implementation-process-serpro69-claude-toolbox-2
SKILL.md
Executing Plans
Overview
Load plan, review critically, execute tasks in batches, report for review between batches.
Core principle: Batch execution with checkpoints for architect review.
The Process
Step 1: Load and Review Plan
- Read the feature's
tasks.mdfile to get the task list and current progress - Read the linked
design.mdandimplementation.mdfor full context - Identify the next pending task (one whose dependencies are all done)
- Review critically — identify any questions or concerns about the plan
- If concerns: Raise them with your human partner before starting
Step 2: Execute Sub-Task
- Update
tasks.md: set the task's status toin-progress - Follow the plan exactly
- Check off subtasks (
- [x]) intasks.mdas you complete them - Run verifications as specified; use
testing-processskill
Step 3: Report
- Show what was implemented
- Show verification output
- Prompt user for code-review; if user responds 'yes' - run
zenmcp code-review with gemini-3-pro - Based on user and code-review feedback: apply changes if needed and finalize the sub-task
- When completed, update
tasks.md: set the task's status todone
Step 4: Continue
- Move to the next pending task in
tasks.md - Repeat until all tasks are completed
Step 5: Complete Development
After all tasks complete and verified:
- Use
testing-processskill to verify and validate functionality - Use
documentation-processskill to create or update any relevant docs - Update the feature status in
tasks.mdheader todone
When to Stop and Ask for Help
STOP executing immediately when:
- Hit a blocker mid-batch (missing dependency, test fails, instruction unclear)
- Plan has critical gaps preventing starting
- You don't understand an instruction
- Verification fails repeatedly
IMPORTANT! Always ask for clarification rather than guessing.
When to Revisit Earlier Steps
Return to Review (Step 1) when:
- Partner updates the plan based on your feedback
- Fundamental approach needs rethinking
IMPORTANT! Don't force through blockers - stop and ask.
Remember
- Review plan critically first
- Follow plan steps exactly
- Don't skip verifications
- Use skills when the plan says to do so
- Between batches: just report and wait
- Stop when blocked, don't guess
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?