BeClaude

agile-workflow

New
334Community RegistryGeneralby Lev Nikolaevich

Agile workflow: Scope decomposition, Story/Task management, Execution, Quality gates, Test planning, Pipeline orchestration. Integrates with Linear, Context7, Ref MCP servers.

First seen 5/28/2026

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

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "agile-workflow": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

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.

Usage Examples

1

/agile-workflow decompose 'Add user authentication' into stories and tasks

2

Create a new Linear task for 'Implement login page' with priority high and assign to @dev1

3

Set up quality gates for sprint 5: all tests must pass and code coverage > 80% before merge

View source on GitHub
testingmcp

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..