ワンクリックで
plan-writing
Structured task planning with clear breakdowns, dependencies, and verification criteria.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Structured task planning with clear breakdowns, dependencies, and verification criteria.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Pull request lifecycle domain knowledge — branch strategy detection, PR size classification, confidence-scored review, git-aware context, PR analytics, dependency management, and split/merge/describe operations.
Production readiness audit domains, weighted scoring criteria, and check specifications for the /preflight workflow.
Application scaffolding orchestrator. Creates full-stack applications from requirements, selects tech stack, coordinates agents.
Production deployment workflows, rollback strategies, and CI/CD best practices.
Internationalization and localization patterns for multi-language applications
Mobile UI/UX patterns for iOS and Android. Touch-first, platform-respectful design with React Native/Expo focus.
| name | plan-writing |
| description | Structured task planning with clear breakdowns, dependencies, and verification criteria. |
| version | 1.0.0 |
| allowed-tools | Read, Glob, Grep |
Small tasks, clear outcomes, verifiable results.
Framework for breaking down work into clear, actionable tasks with verification criteria.
🔴 NO fixed templates. Each plan's CONTENT is UNIQUE to the task. ✅ Every plan MUST satisfy the quality schema in
plan-schema.md. Dynamic content within a consistent structure = the standard.
Plan length MUST match task complexity:
| Task Tier | Max Sections | Max Tasks | Guideline |
|---|---|---|---|
| Trivial (1-2 files) | Tier 1 only (7 sections) | 5-8 tasks | ~1 page — concise, no specialist synthesis |
| Medium (3-10 files) | Tier 1 + Tier 2 (15 sections) | 8-15 tasks | 2-3 pages — includes specialist input |
| Large (10+ files) | Tier 1 + Tier 2 + domains (15+ sections) | 15-25 tasks | 3-5 pages — full multi-agent synthesis |
| ❌ Wrong | ✅ Right |
|---|---|
| 50 tasks with sub-sub-tasks | Right-sized task count per tier |
| Every micro-step listed | Only actionable items |
| Verbose descriptions | One-line per task |
| Large task crammed into 1 page | Large task gets full Tier 2 coverage |
| Trivial task with 15 sections | Trivial task uses Tier 1 only |
Rule: Trivial tasks stay concise (~1 page). Medium/Large tasks expand to cover all required tier sections. Never sacrifice completeness for brevity on complex tasks.
| ❌ Wrong | ✅ Right |
|---|---|
| "Set up project" | "Run npx create-next-app" |
| "Add authentication" | "Install next-auth, create /api/auth/[...nextauth].ts" |
| "Style the UI" | "Add Tailwind classes to Header.tsx" |
For NEW PROJECT:
For FEATURE ADDITION:
For BUG FIX:
| ❌ Wrong | ✅ Right |
|---|---|
| "Verify the component works" | "Run npm run dev, click button, see toast" |
| "Test the API" | "curl localhost:3000/api/users returns 200" |
| "Check styles" | "Open browser, verify dark mode works" |
Every plan MUST explicitly address:
.agent/rules/security.md — what security implications exist?.agent/rules/testing.md — what test types are needed? Coverage targets?.agent/rules/documentation.md — which docs need updating?If a concern is genuinely not applicable, state N/A — [one-line justification].
NEVER silently omit these sections. Silent omission is a plan defect.
Every plan MUST satisfy the quality schema defined in plan-schema.md:
See also: domain-enhancers.md for domain-specific plan sections.
# [Task Name]
## Goal
One sentence: What are we building/fixing?
## Tasks
- [ ] Task 1: [Action] → Verify: [Check]
- [ ] Task 2: [Action] → Verify: [Check]
- [ ] Task 3: [Action] → Verify: [Check]
## Done When
- [ ] [Main success criteria]
## Notes
[Any important considerations]
That's it. No phases, no sub-sections unless truly needed.
[x] when complete