원클릭으로
forge-planning
Planning skill for the FORGE builder agent
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Planning skill for the FORGE builder agent
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Core coding skill for the FORGE builder agent
Evaluation criteria for the SENTINEL reviewer agent
Review skill for the SENTINEL reviewer agent
Create generative, code-based art and visualizations using P5.JS and algorithmic principles.
Visual philosophy and design principles for creating impactful visual content.
Create distinctive, production-grade frontend interfaces with high design quality. Focuses on premium aesthetics and avoiding "AI slop".
| name | forge-planning |
| description | Planning skill for the FORGE builder agent |
Before any implementation, write a plan.
Use the /plan command to structure it correctly.
orchestration/agent/arch/patterns.md (if it exists)A good segment:
A segment that is too large:
Split it.
# PLAN: [Ticket Title]
## Understanding
[Brief summary of what we're building and why]
## Technical Approach
[How we'll implement it, referencing existing patterns]
## Segments
### Segment 1: [Name]
**Purpose:** [Single sentence]
**Files:**
- `src/path/file1.ts` (new)
- `src/path/file2.ts` (modify)
**Definition of Done:**
- [ ] [Specific criterion 1]
- [ ] [Specific criterion 2]
- [ ] Tests pass
### Segment 2: [Name]
...
## Files Changed
- `src/auth/login.ts` (new)
- `src/middleware/auth.ts` (modify)
- `tests/auth/login.test.ts` (new)
## Out of Scope
- [Explicitly list what we're NOT building]
- [This prevents scope creep]
## Risks
- [Risk 1]: [Mitigation strategy]
- [Risk 2]: [Mitigation strategy]
## Questions for SENTINEL
- [Question 1]
- [Question 2]
SENTINEL will review your plan.
If SENTINEL objects:
CONTRACT.mdPLAN.md addressing each specific objectionMaximum 3 rounds of negotiation. After 3 rounds without agreement, the ticket is BLOCKED.
CONTRACT.md - these are your binding termsPLAN.md and getting SENTINEL approval