work-pipeline

Solid

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.

Data & Documents 2,996 stars 363 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
94
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# WORK-PIPELINE Trigger When 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. ## Trigger Detection Any message starting with `[...]` triggers this pipeline: - `[new-feature]`, `[enhancement]`, `[bugfix]`, `[new-work]`, `[WORK start]` - Or any custom tag in square brackets ## References Directory (CRITICAL) When this skill is triggered, Claude Code provides the "Base directory for this skill" as an absolute path. Derive the **REFERENCES_DIR** from it: ``` REFERENCES_DIR = {Base directory}/../sdd-pipeline/references ``` You MUST pass this absolute path to **every sub-agent invocation** (specifier, planner, scheduler, builder, verifier, committer). Include it at the top of the prompt text: ``` REFERENCES_DIR={absolute_path} ``` Sub-agents need this path to read their reference files. Without it, they cannot find the files and will loop. ## Pipeline Flow 1. **Call specifier agent** — analyzes the requirement, creates `works/WORK-NN/Requirement.md`, determines execution-mode (direct/pipeline/full) 2. **⛔ 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?" 3. **Follow the execution-mode** returned by specifier: - `direct`: call builder → committer - `pipeline`: call b...

Details

Author
davepoon
Repository
davepoon/buildwithclaude
Created
10 months ago
Last Updated
yesterday
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

micro-pipeline

Gated micro-skill pipeline system. Auto-triggers when building, generating, or creating any multi-step output (documents, code, presentations, reports). Enforces a Scope-Plan-Build-Check-Deliver pipeline where each step has a pass/fail gate. Use this whenever the output quality matters and the task has more than one component.

1 Updated today
Liquidnitrogenmaenad512
Data & Documents Solid

pipeline

End-to-end source processing -- seed, reduce, process all claims through reflect/reweave/verify, archive. The full pipeline in one command. Triggers on "/pipeline", "/pipeline [file]", "process this end to end", "full pipeline".

3,381 Updated 3 months ago
agenticnotetaking
DevOps & Infrastructure Solid

ci-cd-pipelines

Use this skill when setting up CI/CD pipelines, configuring GitHub Actions, implementing deployment strategies, or automating build/test/deploy workflows. Triggers on GitHub Actions, CI pipeline, CD pipeline, deployment automation, blue-green deployment, canary release, rolling update, build matrix, artifacts, and any task requiring continuous integration or delivery setup.

167 Updated today
AbsolutelySkilled
DevOps & Infrastructure Listed

ci-cd-pipelines

Use this skill when setting up CI/CD pipelines, configuring GitHub Actions, implementing deployment strategies, or automating build/test/deploy workflows. Triggers on GitHub Actions, CI pipeline, CD pipeline, deployment automation, blue-green deployment, canary release, rolling update, build matrix, artifacts, and any task requiring continuous integration or delivery setup.

3 Updated today
Samuelca6399
Data & Documents Solid

data-pipelines

Use this skill when building data pipelines, ETL/ELT workflows, or data transformation layers. Triggers on Airflow DAG design, dbt model creation, Spark job optimization, streaming vs batch architecture decisions, data ingestion, data quality checks, pipeline orchestration, incremental loads, CDC (change data capture), schema evolution, and data warehouse modeling. Acts as a senior data engineer advisor for building reliable, scalable data infrastructure.

167 Updated today
AbsolutelySkilled