← Back to all plugins

Agile Workflow

End-to-end artifact-driven delivery pipeline with stateful workers and deterministic quality gates

$ /plugin marketplace add levnikolaevich/claude-code-skills
$ /plugin install agile-workflow@levnikolaevich-skills-marketplace Copy

Skills

Skills covering the full Agile delivery lifecycle.

Skill IDDescription
ln-200Decompose scope into Epics, Stories, RICE
ln-201Traffic-First KILL funnel for idea validation
ln-210CREATE or REPLAN 3–7 Epics from scope
ln-220Runtime-backed Story planning coordinator
ln-221Create Story documents, validate INVEST
ln-222Replan Stories when requirements change
ln-230RICE prioritization with market research
ln-300Artifact-first task planning coordinator (1–8 tasks)
ln-301Stateful task-plan worker for task creation
ln-302Stateful task-plan worker for replanning
ln-310Validator with registry-configured external-agent review
ln-311Review research worker with structured evidence summary
ln-312Normalized findings worker for review evidence
ln-313Review-driven documentation update worker
ln-314Bounded repair worker for accepted findings
ln-315Merge worker for research, findings, docs, and repairs
ln-316Iterative refinement worker with trace and cleanup evidence
ln-400Artifact-first execution coordinator
ln-401Stateful implementation worker
ln-402Stateful review worker and final task outcome
ln-403Stateful rework worker
ln-404Stateful test execution worker
ln-5004-level gate (PASS/CONCERNS/FAIL/WAIVED)
ln-510Artifact-first quality coordinator
ln-511Stateful quality worker
ln-512Stateful autofix worker
ln-513Stateful regression worker
ln-514Stateful log-analysis worker
ln-520Artifact-first test-planning coordinator
ln-521Stateful research worker
ln-522Stateful manual-testing worker
ln-523Stateful automated test-planning worker
ln-1000Autonomous pipeline orchestrator over coordinator artifacts

How it works

ln-200 decomposes scope into Epics and Stories → coordinators such as ln-220, ln-300, ln-400, ln-510, and ln-520 keep run-scoped state → workers produce machine-readable artifacts → ln-1000 advances only from coordinator stage artifacts.

Planning, execution, quality, and test-planning workers stay standalone-capable while managed runs pass deterministic runId and exact summaryArtifactPath. Coordinators may checkpoint child runs for resume, but decisions still come only from artifacts.

Quick start

# Scope -> Epics -> Stories
ln-200-scope-decomposer

# Execute Story to Done
ln-400-story-executor

# Autonomous pipeline
ln-1000-pipeline-orchestrator