← Back to all plugins

Agile Workflow

End-to-end delivery pipeline from scope decomposition to quality gates

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

Skills

32 skills covering the full Agile delivery lifecycle.

Skill IDDescription
ln-001Research standards and patterns via MCP Ref
ln-002Create ADRs, guides, and manuals from research
ln-003Commit and push all changes to remote
ln-004Sync skills config to Gemini CLI and Codex CLI
ln-005Probe agent availability, write config
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-220CREATE or REPLAN Stories for Epic
ln-221Create Story documents, validate INVEST
ln-222Replan Stories when requirements change
ln-230RICE prioritization with market research
ln-300Decompose Story into 1–8 implementation tasks
ln-301Create implementation, refactoring, test tasks
ln-302Update tasks when plan changes
ln-310Parallel review via Codex + Gemini agents
ln-400Orchestrate Story tasks to Done
ln-401Execute implementation tasks
ln-402Review completed tasks for quality
ln-403Fix tasks marked To Rework
ln-404Execute test tasks (E2E-first priority)
ln-5004-level gate (PASS/CONCERNS/FAIL/WAIVED)
ln-510Code quality checks coordinator
ln-511DRY/KISS/YAGNI scoring with MCP validation
ln-512Safe auto-fixes at ≥90% confidence
ln-513Run existing test suite for regressions
ln-514Classify errors, assess log quality
ln-520Test planning coordinator
ln-521Research real-world problems before testing
ln-522Manual testing via executable bash scripts
ln-523Risk-based automated test planning
ln-1000Autonomous 4-stage pipeline orchestrator

How it works

ln-200 decomposes scope into Epics and Stories → ln-300 breaks Stories into implementation tasks → ln-310 validates via parallel multi-agent review → ln-400 executes tasks to completion → ln-500 runs the quality gate.

ln-1000 orchestrates all stages autonomously, managing the full pipeline from scope to Done.

Quick start

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

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

# Autonomous pipeline
ln-1000-pipeline-orchestrator