sdd-pipeline
The sdd-pipeline skill provides internal reference documentation for a multi-stage development pipeline agent system featuring specifier, planner, scheduler, builder, verifier, and committer components. It contains shared schemas and rules including agent workflow definitions, file format specifications, prompt conventions, context management policies, XML communication formats, and activity logging standards that guide agent behavior throughout the pipeline execution.
git clone --depth 1 https://github.com/davepoon/buildwithclaude /tmp/sdd-pipeline && cp -r /tmp/sdd-pipeline/plugins/agents-uc-taskmanager/skills/sdd-pipeline ~/.claude/skills/sdd-pipelineSKILL.md
# sdd-pipeline references 파이프라인 에이전트(specifier, planner, scheduler, builder, verifier, committer)가 참조하는 규칙/스키마 문서 모음. 직접 사용자 호출용이 아니라 에이전트 내부 참조용입니다. ## 포함 문서 | File | Description | |------|-------------| | `references/agent-flow.md` | 파이프라인 흐름 정의 | | `references/file-content-schema.md` | 파일 포맷 스키마 | | `references/shared-prompt-sections.md` | 공통 규칙 (TASK ID, PLAN.md 7 fields, WORK-LIST) | | `references/context-policy.md` | 슬라이딩 윈도우 규칙 | | `references/xml-schema.md` | XML 통신 포맷 | | `references/work-activity-log.md` | Activity Log 규칙 |
Scans the codebase for dead code, tech debt, outdated dependencies, and code quality issues. Delegates to the Centinela (QA) agent.
Creates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent.
Implements a feature from its specification. Reads the spec, designs architecture, writes code and tests. Delegates to the Forja (Dev) agent.
Pre-release verification checklist. Validates features, tests, docs, security, and quality gates before shipping. Delegates to the Centinela (QA) agent.
Addresses and fixes findings from a QA code review. Reads the review report, fixes critical and warning issues, and prepares for re-verification. Delegates to the Forja (Dev) agent.
Deep security audit covering OWASP Top 10, authentication, authorization, data protection, dependency vulnerabilities, and secrets scanning. Delegates to the Centinela (QA) agent.
Initialize uc-taskmanager for the current project. Creates works/ directory and configures Bash permissions in .claude/settings.local.json. Use when the user says "uctm init", "initialize uctm", "uctm 초기화", or "초기화".
Triggers the WORK-PIPELINE when a user request starts with a [] tag (e.g., [new-feature], [bugfix], [WORK start]). Use this skill whenever you detect a [] tag at the beginning of a user message.