agile-workflow
NewAgile workflow: Scope decomposition, Story/Task management, Execution, Quality gates, Test planning, Pipeline orchestration. Integrates with Linear, Context7, Ref MCP servers.
Summary
This skill helps you manage agile development workflows directly from Claude Code, including scope decomposition, story and task management, execution tracking, quality gates, test planning, and pipeline orchestration.
- It integrates with Linear, Context7, and Ref MCP servers to streamline your agile process without leaving the terminal.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "agile-workflow": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/agile-workflow decompose 'Add user authentication' into stories and tasks
Create a new Linear task for 'Implement login page' with priority high and assign to @dev1
Set up quality gates for sprint 5: all tests must pass and code coverage > 80% before merge
Security Audits
Frequently Asked Questions
What is agile-workflow?
This skill helps you manage agile development workflows directly from Claude Code, including scope decomposition, story and task management, execution tracking, quality gates, test planning, and pipeline orchestration. It integrates with Linear, Context7, and Ref MCP servers to streamline your agile process without leaving the terminal.
How to install agile-workflow?
To install agile-workflow: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "agile-workflow": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is agile-workflow best for?
agile-workflow is a mcp categorized under General. It is designed for: testing, mcp. Created by Lev Nikolaevich.
What can I use agile-workflow for?
agile-workflow is useful for: Break down a high-level feature into user stories and tasks with acceptance criteria.; Create and assign tasks in Linear from a conversation about project requirements.; Set up quality gates and test plans for a new sprint before development begins.; Orchestrate a CI/CD pipeline by defining stages and triggers from a workflow description.; Track the status of all stories and tasks in the current sprint and identify blockers.; Generate a test plan covering unit, integration, and end-to-end tests for a specific story..