install
source · Clone the upstream repo
git clone https://github.com/davepoon/buildwithclaude
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/davepoon/buildwithclaude "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/agents-uc-taskmanager/skills/sdd-pipeline" ~/.claude/skills/davepoon-buildwithclaude-sdd-pipeline && rm -rf "$T"
manifest:
plugins/agents-uc-taskmanager/skills/sdd-pipeline/SKILL.mdsource content
sdd-pipeline references
파이프라인 에이전트(specifier, planner, scheduler, builder, verifier, committer)가 참조하는 규칙/스키마 문서 모음.
직접 사용자 호출용이 아니라 에이전트 내부 참조용입니다.
포함 문서
| File | Description |
|---|---|
| 파이프라인 흐름 정의 |
| 파일 포맷 스키마 |
| 공통 규칙 (TASK ID, PLAN.md 7 fields, WORK-LIST) |
| 슬라이딩 윈도우 규칙 |
| XML 통신 포맷 |
| Activity Log 규칙 |