Files
gh-l-sypniewski-claude-code…/commands/implement-plan.md
2025-11-30 08:36:35 +08:00

19 lines
937 B
Markdown

Architecture advisor and senior-engineer must implement plan and track progress while implementing.
MANDATORY WORKFLOW:
1. Read the plan markdown file: $ARGUMENTS
2. Update the plan file status to "in-progress" before starting implementation
3. Follow the strategy step-by-step from the plan
4. **CRITICAL: Update the plan file IMMEDIATELY AFTER EACH STEP with:**
- Step completion status (do not batch updates)
- Any deviations from original plan
- Unexpected findings or complications
- Additional steps needed
5. Run appropriate validation/tests after implementation
6. Update the plan file with final status and results
**IMPORTANT: The plan file MUST be kept up-to-date in real-time throughout the implementation process. Update after EACH action, not at the end, in case work is interrupted.**
Use sequential thinking, context7 and microsoft-docs to solve the problem using latest documentation and best practices.