Card-driven AI implementation - no CLI needed after setup
Invoke this skill in Claude Code:
After running /executeplan once, the entire project is driven by the GitLab board.
Drag cards to ready, run /gitlab-board, and AI executes.
No more CLI commands needed!
Individual, immediately-workable cards for Phase 0/1 tasks. Each has acceptance criteria and can be executed right away.
Meta-cards that spawn task cards when activated. Drag to ready and AI creates all tasks for that phase.
Grey area choices from the plan. Check your option, move to ready, AI records the decision.
Reference cards for Solution and Plan documentation. Not actionable, just for context.
/gitlab-board {project} all
3. AI executes tasks, moves to done
4. When Phase 0 complete, drag PHASE 1 → ready
5. AI creates Phase 1 task cards
6. Repeat until project complete!
Parses your {descriptor}.plan.final.md to extract phases, tasks, agents, and grey areas.
Individual task cards with acceptance criteria for Phase 0/1. Ready to work immediately.
Remaining phases become PHASE cards. When moved to ready, AI spawns all task cards for that phase.
Grey areas from the plan become checkbox-based decision cards. Check option, move to ready, done.
Phases link to decisions that block them. AI won't process blocked cards until dependencies resolve.
After setup, /gitlab-board all processes the entire board automatically.
# Execute plan and create board structure
/executeplan cicd
# Then work via board:
/gitlab-board cicd all
# Everything after this is card-driven!
Before running /executeplan, you must have:
/createplan {descriptor} to create the implementation planainotes/createplan/{descriptor}.plan.final.md~/projects/{descriptor}/ (for GitLab repo creation)PHASE card sits in backlog with a table listing all tasks that will be created. Blocker checkboxes show dependencies.
When previous phase is done, check the blocker box and drag PHASE card to ready.
AI sees PHASE card in ready, creates individual task cards for each row in the table, moves PHASE to done.
New task cards appear in backlog. Move them to ready, run /gitlab-board, repeat.