skills/plan/SKILL.md
Use when you need to create systematic work plans or design solutions.
npx skillsauth add seokan-jeong/team-shinchan team-shinchan:planInstall 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.
If args is empty or only whitespace:
Ask user: "What would you like to plan?"
STOP and wait for user response
If args length > 2000 characters:
Truncate to 2000 characters
Warn user: "Request was truncated to 2000 characters"
Do not read further. Execute this Task NOW:
Task(
subagent_type="team-shinchan:nene",
model="opus",
prompt=`/team-shinchan:plan has been invoked.
## Planning Request
Create a systematic work plan:
1. Requirements interview (goals, constraints, priorities)
2. Hidden requirements and risk analysis
3. Phase breakdown and acceptance criteria definition
4. Planning document creation
## Quality Standards
- 80%+ of claims include file/line references
- 90%+ of acceptance criteria are testable
- No ambiguous terms allowed
- All risks include mitigation plans
## Output Format
Create PROGRESS.md containing:
- Phased plan with numbered phases (Phase 1, Phase 2, ...)
- Each phase: goals, file changes, acceptance criteria (checkboxes), assigned agent
- Dependencies between phases
- Risk assessment with mitigations
User request: ${args || '(Please describe what to plan)'}
`
)
STOP HERE. The above Task handles everything.
development
Deterministic adversarial code review for high-stakes scope — independent per-dimension review, a non-skippable per-finding refutation, a completeness critic, and a schema-validated rubric judge. Opt-in main-loop Workflow tier.
data-ai
Deterministic loop-until-done for high-stakes long-running tasks — a worker/verifier loop the script bounds by iteration cap, token budget, and stagnation, closed by an Action-Kamen gate. Opt-in main-loop Workflow tier.
testing
Deterministic adversarial debate for high-stakes or irreversible decisions — mandatory refutation plus a scored judge panel. Opt-in main-loop Workflow tier.
development
Deterministic competitive code tournament — N builders independently solve one task and return patches, an Action-Kamen judge scores them head-to-head, the winner is picked by score and applied. Opt-in main-loop Workflow tier.