sdlc-demo
01Skill Claude CodeCodex
Quick 5-minute demo of AgentFlow. Creates a tiny 3-task project and runs one task end-to-end in the current session.
Your Kanban board builds your code. AI development pipeline orchestrated through your project management tool.
Skill Claude CodeCodex
Quick 5-minute demo of AgentFlow. Creates a tiny 3-task project and runs one task end-to-end in the current session.
Skill Claude CodeCodex
Diagnostic health check for the AgentFlow pipeline. Verifies prerequisites, checks connectivity, reports pipeline status. In plugin mode, also checks plugin installation, agents, hooks, and inter-agent communication.
Skill Claude CodeCodex
Plugin-aware stateless orchestrator sweep for the AgentFlow pipeline. Detects plugin vs standalone mode, manages worker teams via TeamCreate, dispatches tasks via SendMessage handoffs, reads Kanban state, handles transitions, tracks costs, detects issues. Run via crontab every 15 min.
Skill Claude CodeCodex
Gracefully shut down the AgentFlow pipeline. In plugin mode, also cleans up agent teams and uses SendMessage for faster shutdown signaling.
Skill Claude CodeCodex
Plugin-aware worker that executes a single AgentFlow pipeline stage for an assigned task. Detects plugin vs standalone mode, uses SendMessage handoffs for progress reporting and stage completion, reads task from Kanban board, determines stage, executes the appropriate workflow (research, build, review, test…
Skill Claude CodeCodex
Convert a SPEC.md into a structured Kanban board with atomic tasks, dependencies, and acceptance criteria. Detects which PM tool MCP is available and adapts automatically.