원클릭으로
plan
Create an implementation plan for a task. Use when asked to plan, design, or architect a solution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create an implementation plan for a task. Use when asked to plan, design, or architect a solution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Deep investigation of GitHub issues with root cause analysis and proposed solutions. Use when asked to investigate, analyze, or dig into an issue.
Generate a project spec or ticket spec. Use when asked to spec, define, design, or write a ticket for a project or task.
Triage GitHub issues or Linear tickets — classify type, assess priority, check reproducibility, detect duplicates. Use when asked to triage, assess, or categorize issues.
Plan and perform manual tests for Storyblok monoblok packages against a real, seeded Storyblok space
Drive multiple GitHub issues through the full pipeline (triage, investigate, plan, implement) in parallel. Use when asked to blitz, batch-process, or work multiple issues.
Use when writing documentation. Provides a writing style guide and content structure patterns.
| name | plan |
| description | Create an implementation plan for a task. Use when asked to plan, design, or architect a solution. |
| model | sonnet |
| effort | high |
Create an implementation plan for: $ARGUMENTS
git branch --show-currentgit status --short 2>/dev/null | head -20## Summary
[1-2 sentences describing what this plan achieves]
## Files to Modify
| File | Change |
|------|--------|
| path/to/file.ts | Brief description |
## Implementation Steps
1. Step one
2. Step two
3. ...
## Test Plan
- [ ] Test case 1
- [ ] Test case 2
## Verification Commands
\`\`\`bash
pnpm nx lint <package>
pnpm nx test <package>
pnpm nx run <package> test:types
\`\`\`
## Risks/Open Questions
- Any assumptions or unknowns
Write the plan to claude-output/plan-<identifier>.md.