소스 정보
- 저장소
- kofj/rdd
- 최근 소스 활동
- 2026년 8월 21일 15:34
- 감지된 SKILL.md 언어
- 영어
- 스타
- 6
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/kofj/rdd --skill rdd-help명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
RDD core philosophy and paradigm reference: humans lay the roadmap, agents execute autonomously
Diagnose RDD project issues, analyze root causes, and provide remediation recommendations
Verify that a fresh agent can take over the RDD project from documentation alone
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