Should TeamAI support shareable team workflows? #516
Closed
jeff-r2026
started this conversation in
Ideas
Replies: 0 comments
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.
Anthropic's AI-Native SDLC Playbook describes a workflow where each stage ends by committing an artifact (
intent.md→spec.md→plan.md→ code → PR), and the next stage begins by reading it. Standards are encoded as skills, and humans review at the gates.That's one workflow. Every team has its own, and the playbook itself says the stages are modular.
TeamAI already syncs the pieces a workflow is made of:
What's missing is that nothing ties them together. After
teamai pull, a member gets a flat list of skills, and neither they nor the Agent knows those files are one workflow, or which stage comes next.So: should a workflow be a first-class concept in TeamAI, or is a convention plus a forkable skeleton in the team repo enough?
My leaning is the skeleton first — let a few teams adapt it to their own stages, and add a workflow manifest only if they hit real problems with discovery or enforcement. No new CLI command, no workflow engine.
Questions
All reactions