用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kofj/rdd --skill rdd-help命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | rdd-help |
| description | Search RDD documentation for topics, commands, workflows, and troubleshooting guides |
Search and display RDD documentation for topics, commands, and guides.
The rdd-help skill provides comprehensive documentation search capabilities for the RDD framework. It helps users quickly find relevant information about commands, concepts, workflows, and features.
Command: /rdd-help <topic>
Triggers:
/rdd-help command| Location | Priority | Content Type |
|---|---|---|
.claude/commands/ | High | Command documentation |
.claude/skills/ | High | Skill documentation |
docs/ | Medium | User documentation |
CLAUDE.md | High | Quick reference |
AGENTS.md | High | Agent entry point |
| Topic | Description | File |
|---|---|---|
init | Project initialization | rdd-init.md |
migrate | Project migration | rdd-migrate.md |
roadmap | Roadmap management | rdd-roadmap.md |
stage-auto | Stage execution | rdd-stage-auto.md |
loop | Autonomous loop | rdd-loop.md |
knowledge | Knowledge management | rdd-knowledge.md |
help | Documentation search | rdd-help.md |
workflow | Workflow wizard | rdd-workflow.md |
| Topic | Description | File |
|---|---|---|
workflow | Development workflow | docs/03-stage-based-development.md |
gate | Quality gates | docs/03-stage-based-development.md |
ADR | Autonomous Decision Records | docs/08-autonomous-decisions.md |
debt | Technical debt | docs/12-technical-debt.md |
handoff | Session handoff | docs/handoff/ |
recovery | Compact recovery | CLAUDE.md |
| Topic | Description |
|---|---|
onboarding | New project setup |
daily-dev | Daily development |
troubleshooting | Issue resolution |
complete-stage | Stage completion |
| Topic | Description |
|---|---|
testing | Testing strategy |
coverage | Coverage requirements |
worktree | Git worktree management |
parallel | Parallel execution |
📚 RDD Help: <topic>
Summary:
<Brief description of the topic>
Related Commands:
- /rdd-<command> - <description>
Documentation:
<Link to relevant documentation>
Workflow:
<Step-by-step guide if applicable>
Examples:
<Code examples>
See Also:
<Related topics>
topic="$1"
category="" # Will be determined by search
/rdd-help init
Output:
📚 RDD Help: init
Summary:
Initialize RDD framework in a new or existing project with TDD/BDD configuration.
Related Commands:
- /rdd-init - Initialize project
- /rdd-migrate - Migrate existing project
Documentation:
- .claude/skills/rdd-init/SKILL.md
Workflow:
1. Run /rdd-init [project-name]
2. Edit docs/01-charter.md with project vision
3. Edit docs/stages/stage-roadmap.md with stages
4. Run task doctor to verify setup
Examples:
/rdd-init # Current directory name
/rdd-init my-awesome-project # Specific name
See Also:
- migrate, roadmap, workflow
/rdd-help gate
Output:
📚 RDD Help: gate
Summary:
Quality gates are checkpoints that must pass before proceeding to the next phase. RDD has 5 gates per stage.
Gate Overview:
- Gate 0: Stage Startup Check
- Gate 1: Design Document Pre-Check
- Gate 2: Design Review (Before Coding)
- Gate 3: Implementation & Testing
- Gate 4: Code Review (After E2E Pass)
- Gate 5: Completion Gate Check
Documentation:
- docs/03-stage-based-development.md
Commands:
- /rdd-stage-auto - Execute stage with gates
- /rdd-loop - Autonomous execution through gates
See Also:
- workflow, stage-auto, testing
📚 RDD Help: <topic>
No exact match found for "<topic>".
Did you mean:
- <similar_topic_1>
- <similar_topic_2>
Use /rdd-help without arguments to see all topics.
📚 RDD Help
Available Topics:
Commands:
init, migrate, roadmap, stage-auto, loop, knowledge, help, workflow
Concepts:
workflow, gate, ADR, debt, handoff, recovery
Workflows:
onboarding, daily-dev, troubleshooting, complete-stage
Features:
testing, coverage, worktree, parallel
Usage: /rdd-help <topic>
/rdd-workflow for guided workflowsFor more information:
CLAUDE.md - Quick referencedocs/03-stage-based-development.md - Stage workflow.claude/commands/ - Command documentation