skills/dev/plan-implementer/SKILL.md
Execute plan docs with progress tracking. Use when implementing a structured plan file.
npx skillsauth add nimbalyst/skills plan-implementerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execute a plan document while maintaining progress tracking.
The /implement command reads a plan file and begins implementation while keeping the plan document synchronized with actual progress. It extracts tasks from the plan's acceptance criteria and implementation details, tracks them as markdown checkboxes at the top of the plan, and checks them off as work is completed.
/implement [plan-file-path]
Examples:
/implement nimbalyst-local/plans/user-authentication.md/implement user-authentication.md (assumes nimbalyst-local/plans/ directory)When executing this command:
status to in-development (if currently ready-for-development or draft)startDate to today if not already setupdated timestamp to current time (use new Date().toISOString())progress to 0 initiallyprogress percentage in frontmatterupdated timestampstatus to in-reviewprogress to 100updated timestampThe task list should be inserted immediately after the plan title:
---
planStatus:
...
---
# [Plan Title]
## Implementation Progress
- [ ] Task 1 from acceptance criteria
- [ ] Task 2 from acceptance criteria
- [ ] Implementation task A
- [ ] Implementation task B
## Goals
...
updated timestamp when making any change to the planIf the plan file:
blocked and document the issueUse TodoWrite for your own internal task tracking during implementation:
User types: /implement user-authentication.md
nimbalyst-local/plans/user-authentication.md/plan [description] - Create a new plan/track [type] [description] - Track bugs, tasks, ideas, decisionstesting
Structure user research findings and insights. Use when documenting user research, interview synthesis, or usability testing results.
testing
Parallel multi-agent research with citations. Use when conducting deep research, competitive analysis, or investigating complex topics.
testing
Simulate customer interviews for practice. Use when preparing for user interviews or testing interview scripts.
research
Competitive analysis with SWOT and feature comparisons. Use when analyzing competitors, comparing products, or evaluating market positioning.