{"id":"work-pipeline","name":"work-pipeline","summary":"ユーザーリクエストが[]タグで始まるとWORK-PIPELINEをトリガーします(例:[new-feature]、[bugfix]、[WORK start])。","body":"# WORK-PIPELINE Trigger\n\nWhen the user's message starts with a `[]` tag, start the WORK-PIPELINE by reading `../skills/sdd-pipeline/references/agent-flow.md` and following the orchestration flow.\n\n## Trigger Detection\n\nAny message starting with `[...]` triggers this pipeline:\n- `[new-feature]`, `[enhancement]`, `[bugfix]`, `[new-work]`, `[WORK start]`\n- Or any custom tag in square brackets\n\n## References Directory (CRITICAL)\n\nWhen this skill is triggered, Claude Code provides the \"Base directory for this skill\" as an absolute path.\nDerive the **REFERENCES_DIR** from it:\n\n```\nREFERENCES_DIR = {Base directory}/../sdd-pipeline/references\n```\n\nYou MUST pass this absolute path to **every sub-agent invocation** (specifier, planner, scheduler, builder, verifier, committer).\nInclude it at the top of the prompt text:\n\n```\nREFERENCES_DIR={absolute_path}\n```\n\nSub-agents need this path to read their reference files. Without it, they cannot find the files and will loop.\n\n## Pipeline Flow\n\n1. **Call specifier agent** — analyzes the requirement, creates `works/WORK-NN/Requirement.md`, determines execution-mode (direct/pipeline/full)\n2. **⛔ STOP — Present the specifier's output summary to the user and WAIT for explicit approval.** Do NOT call the next agent until the user approves. Show what was created (Requirement.md, PLAN.md if direct mode, TASK files) and ask \"Proceed?\"\n3. **Follow the execution-mode** returned by specifier:\n   - `direct`: call builder → committer\n   - `pipeline`: call builder → verifier → committer in sequence\n   - `full`: call planner → **⛔ STOP for 2nd approval** → scheduler → [builder → verifier → committer] × N\n\n## Auto Mode\n\nIf the user's message ends with \"auto\" or \"자동으로\", skip ALL approval steps and execute the entire pipeline automatically. This is the ONLY case where approval gates can be skipped.\n\n## Arguments\n\nUser requirement: $ARGUMENTS","author":"@davepoon","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/davepoon/buildwithclaude/tree/main/plugins/agents-uc-taskmanager/skills/work-pipeline","license":"MIT","category":"document","lang":"en","tokens":450,"stars":0,"calls30d":1,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[],"requires":{"mcp":[],"tools":[]},"safety":{"flags":[],"scannedAt":"2026-08-22","hasScripts":false,"networkEndpoints":[]}}