Turn any project idea into a verified, sprint-ready agile task board — inside your AI coding agent
Project description
AgileForAgents
Turn any project idea into a structured, sprint-ready task board — instantly, inside your AI coding agent.
Stop starting with a blank file. Describe what you want to build and AgileForAgents hands your agent a complete, verified plan: epics broken into sprints, user stories, subtasks with clear done-criteria, and every assumption made explicit — so your agent executes with precision instead of guessing.
Works in Claude Code, Cursor, Codex CLI, and any MCP-compatible environment. No account, no API key, no configuration required.
Install
pip install agileforagents
Requires Python 3.11 or later.
Then register it with your MCP host.
Claude Code (~/.claude/mcp.json or your project's .mcp.json):
{
"mcpServers": {
"agileforagents": {
"command": "agileforagents"
}
}
}
Cursor / Codex CLI: point your MCP config at the agileforagents command. No environment variables required.
What you get
| Tool | What it does |
|---|---|
generate_agile_tasks |
Takes your idea (however vague) and returns a verified, sprint-ready board. Supports format: claude, json, or cursor; and detail_level: standard or detailed. |
get_agent_rules |
Returns a ready-to-paste working protocol for your agent — drop it into CLAUDE.md or .cursorrules. |
feedback_stats |
Shows how many boards you've generated locally. |
How to use it
Just describe your project naturally — AgileForAgents handles the planning:
"Build a subscription billing system with Stripe, user portal, and email receipts"
Your agent receives back a complete board with epics, sprints, user stories, and subtasks — each with an observable done-criteria — ready to execute immediately.
Example output (abbreviated):
## Project Goal
Deliver a subscription billing system with Stripe payments, self-service
user portal, and transactional email receipts.
## Sprint 1 — Core Billing
- [ ] Integrate Stripe Checkout for plan selection
Done: Checkout session created, webhook receives payment confirmation
- [ ] Store subscription state in Postgres
Done: subscriptions table seeded, status transitions tested
...
Offline mode
If the backend is temporarily unavailable, AgileForAgents returns a heuristic scaffold automatically — no error, no interruption. The board is marked as offline mode so you know to review it before executing.
Note: The first request after a period of inactivity may take up to 60 seconds while the backend warms up. Subsequent requests are fast.
Troubleshooting
Board generation hangs for 60+ seconds on first use The backend may be cold-starting. Wait up to 90 seconds; it will complete. Subsequent requests in the same session are fast.
Board returned says "Generated in offline mode" The backend was temporarily unreachable. The heuristic scaffold is a useful starting point — review and refine before handing to your agent.
agileforagents command not found after install
Ensure the Python scripts directory is on your PATH. With a virtual environment: activate it first. With pipx: pipx install agileforagents.
MCP host shows the tool but calls fail
Restart your MCP host after installing or upgrading. Claude Code: /mcp → reconnect. Cursor: reload window.
Development
pip install -e ".[dev]"
make format-check && make lint && make typecheck && make test
Changelog
See CHANGELOG.md.
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agileforagents-0.3.7.tar.gz.
File metadata
- Download URL: agileforagents-0.3.7.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3b96064bf75f946b23275f357c10a0d768bacf372399b2d310204a092ae0d35
|
|
| MD5 |
d9234cc24d902f4cf65c021bb7115ce2
|
|
| BLAKE2b-256 |
398d91a24b083166ac8fd18944765303f0877e739b101fa2bca0cc70763de634
|
Provenance
The following attestation bundles were made for agileforagents-0.3.7.tar.gz:
Publisher:
release.yml on FAJU85/AgileForAgents
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
agileforagents-0.3.7.tar.gz -
Subject digest:
d3b96064bf75f946b23275f357c10a0d768bacf372399b2d310204a092ae0d35 - Sigstore transparency entry: 1956405767
- Sigstore integration time:
-
Permalink:
FAJU85/AgileForAgents@05dddfbbf71a0d1dbae89e088a63a366d89e4667 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/FAJU85
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@05dddfbbf71a0d1dbae89e088a63a366d89e4667 -
Trigger Event:
push
-
Statement type:
File details
Details for the file agileforagents-0.3.7-py3-none-any.whl.
File metadata
- Download URL: agileforagents-0.3.7-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a274264b5c4af6d4b413754986bfb9a1e19a181d8cfd23621247395c8e0a45eb
|
|
| MD5 |
bba5f7c042e0cee9fbd12b3ba48cdf08
|
|
| BLAKE2b-256 |
1058ba89f37b66bb8237052e19323152e118c490b3dc0f810a98933c8c1a5453
|
Provenance
The following attestation bundles were made for agileforagents-0.3.7-py3-none-any.whl:
Publisher:
release.yml on FAJU85/AgileForAgents
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
agileforagents-0.3.7-py3-none-any.whl -
Subject digest:
a274264b5c4af6d4b413754986bfb9a1e19a181d8cfd23621247395c8e0a45eb - Sigstore transparency entry: 1956406023
- Sigstore integration time:
-
Permalink:
FAJU85/AgileForAgents@05dddfbbf71a0d1dbae89e088a63a366d89e4667 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/FAJU85
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@05dddfbbf71a0d1dbae89e088a63a366d89e4667 -
Trigger Event:
push
-
Statement type: