一键导入
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