用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kofj/rdd --skill rdd-core命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | rdd-core |
| description | RDD core philosophy and paradigm reference: humans lay the roadmap, agents execute autonomously |
Core Philosophy: Humans lay the tracks (Roadmap), Agents move along the tracks autonomously
RDD (Roadmap Driven Development) is a development paradigm designed to minimize human intervention and achieve near-fully-autonomous Agent-driven development. It combines Stage-Based Development principles with structured knowledge management, multi-model verification, and automated notification systems.
Why RDD Matters:
RDD = Roadmap (Human-led)
+ Stage (Minimal Delivery Unit)
+ Gate (Four-Gate System)
+ Knowledge (Explicit Knowledge Management)
+ Hook (Human Intervention Notification)
| Domain | Human Responsibility | Agent Responsibility |
|---|---|---|
| Roadmap | Define vision, plan routes, adjust priorities | Extract goals, execute Stages |
| Stage Boundaries | Review critical Stages, handle exceptions | Generate design docs, implement & verify |
| Review | Verify low-confidence findings | AI pre-filter, rule filtering |
| Technical Debt | Judge priorities | Auto-discover, ledger management |
| Documentation | Review key decisions | Auto-generate, sync updates |
Triggers:
Commands:
/rdd-init - Initialize new RDD project/rdd-migrate - Migrate existing project/rdd-roadmap - Manage Roadmap/rdd-stage-auto - Execute Stage with gates/rdd-review-auto - Automated review/rdd-knowledge - Knowledge management/rdd-diagnosis - Diagnose issues/rdd-fresh-check - Verify new agent can take over[GATE 0] Stage Startup Check
- Verify prerequisites are met
- Check for Roadmap changes
- Load context (historical ADRs, technical debt)
[GATE 1] Design Document Pre-Check
- Prohibit: Implementation without design doc
- Prohibit: Scope creep
- Generate Stage design document from template
[GATE 2] Design Review (Before Coding)
- Trigger multi-model review
- Apply prompt design principles (colleague mode)
- AI pre-filter findings (expect ~50% filtered)
- Rule filtering (memory bias, logical fallacy patterns)
- Verification method: Authoritative sources > Code verification > Model inquiry
- Low-confidence findings -> Human review
[GATE 3] Implementation & Testing
- Implementation
- Unit tests (coverage >= 20%)
- E2E tests (at least 2 high-signal paths)
- Real environment verification (not mock)
- Clean environment secondary verification (local + clean env)
[GATE 4] Code Review (After E2E Pass)
- Trigger multi-model review
- Triangulation: Main model + Independent review model + Rule checking
- AI pre-filter + Rule filtering
- Verify each finding (don't rely on "multi-model consensus")
[GATE 5] Completion Gate Check
- Main hypotheses verified or falsified
- Tests reproducible via Task entry
- No undocumented manual steps
- Implementation matches design (differences recorded)
- New capabilities have CLI subcommands
- Technical debt ledger updated
- ADR recorded ("impact on subsequent Stages" cannot be empty)
- fresh-agent-check passed
Document Update Obligations (synchronous, no "docs pending"):
- stage-N.md (implementation differences)
- stage-N-review-log.md (review record with acceptance/rejection reasons)
- autonomous-decisions.md (ADR)
- technical-debt.md (technical debt)
- next-steps.md (progress)
- CHANGELOG.md (changes)
9 Prohibited Behaviors:
For detailed specifications, see:
prompt.md - Full RDD specification.claude/skills/rdd-templates/SKILL.md - Document templates