원클릭으로
plan-implementer
Execute plan docs with progress tracking. Use when implementing a structured plan file.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Execute plan docs with progress tracking. Use when implementing a structured plan file.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Get personalized, evidence-based recommendations for improving your Claude Code/Nimbalyst workflow
Write blog posts with strong voice and SEO structure. Use when writing blog posts, articles, or thought leadership content.
Create structured technical and product documentation. Use when writing docs, guides, API references, or knowledge base articles.
Product launch announcements and release notes. Use when writing launch emails, release notes, changelog entries, or product announcements.
Battlecards, demo scripts, and GTM materials. Use when creating sales collateral, competitive battlecards, or go-to-market content.
HTML slide decks with consistent design system. Use when creating presentations, pitch decks, or slide-based content.
| name | plan-implementer |
| description | Execute plan docs with progress tracking. Use when implementing a structured plan file. |
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, decisions