Replies: 2 comments
-
|
thanks, make s PR. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Ricordati chi e l'artefice.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What problem are you trying to solve?
AI coding tools are either chatbots that need constant supervision or black-box agents that lack visibility. There's no reliable way to orchestrate multiple Claude Code workers across a full development lifecycle (build, review, test, integrate) with proper quality gates, cost tracking, and crash recovery — all visible from a standard project management tool.
Proposed idea
Consider adding AgentFlow (https://github.com/UrRhb/agentflow) to the collection. It's an orchestrator that turns your Kanban board into an autonomous AI dev pipeline with Claude Code.
It includes these skills/prompts:
/spec-to-board— Decomposes a SPEC.md into atomic tasks on your Kanban board/sdlc-orchestrate— Dispatches tasks to workers based on transitive priority/sdlc-worker --slot T2— Runs a worker that picks up tasks, builds code, creates PRs/sdlc-health— Real-time pipeline status dashboard/sdlc-stop— Graceful shutdownKey differentiators:
MIT licensed. Works as a Claude Code native plugin or standalone.
Real use cases
Related skills, tools, or prior art
Are you willing to help build this?
Yes, I can open a PR
Before posting
Beta Was this translation helpful? Give feedback.
All reactions