원클릭으로
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code. Enforces bite-sized task granularity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when you have a spec or requirements for a multi-step task, before touching code. Enforces bite-sized task granularity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Automated governance, hook installation, pre-commit validation, branch isolation, and safe commit operations.
Enforcement of safety guardrails, axiom verification, secret scanning, and mutability protections.
Building and managing premium statistical dashboards, RAG explorer UIs, warehouse log monitors, and real-time visualization centers.
Integration of agent systems with blockchain protocols, contracts, event stores, reputation networks, and collective verification engines.
AI model configuration, LLM memoization, agentic RAG search, and vector library maintenance.
Catalog generation, reference link verification, workshop documentation building, and knowledge gap analysis.
| name | writing-plans |
| description | Use when you have a spec or requirements for a multi-step task, before touching code. Enforces bite-sized task granularity. |
| type | skill |
| version | 1.0.0 |
| category | design |
| agents | ["system-architecture-specialist","python-ai-specialist","master-system-orchestrator"] |
Use this skill when you have a spec or requirements for a multi-step task, before touching code. It enforces bite-sized task granularity.
The process involves writing a comprehensive implementation plan that decomposes a design into 2-5 minute tasks.
Every task should be one small, verifiable bit of progress:
Follow these best practices to ensure high-quality, verifiable implementation plans.
# [Feature Name] Implementation Plan
**Goal**: [One sentence]
**Architecture**: [2-3 sentences]
---
### Task 1: [Component Name]
**Files**: `path/to/file.py`
**Steps**:
- [ ] Step 1: Write failing test
- [ ] Step 2: Run test (Verify FAILURE)
- [ ] Step 3: Write implementation
- [ ] Step 4: Run test (Verify PASS)
- [ ] Step 5: Commit
@Bug-Hunter or @Architect).