cunningplay

15 mods across 1 repository, 2 stars between them.

bmad-add-session

01

cunningplay/bmad-hub-template

Skill Claude CodeCodex

Add a new code session to an existing BMad project hub. Generates the session file, updates the hub CLAUDE.md session map, and creates a sibling repo directory with CLAUDE.md ready for git. Use when the user says "add session", "add repo", "add backend", "add iOS", or similar.

2 2mo ago A 73 tokens

bmad-setup-hub

02

cunningplay/bmad-hub-template

Skill Claude CodeCodex

Scaffold a new BMad project hub interactively. Asks for project name, architecture preset, and repo names — then generates all session files, hub CLAUDE.md, and per-repo CLAUDE.md files. Adapts to the environment: direct file generation in Claude Code, guided text output elsewhere. Use when the user says "setup hub"…

2 2mo ago A 0 tokens

dev-done

03

cunningplay/bmad-hub-template

Skill Claude CodeCodex

Mark the current story complete. Updates epic frontmatter, session file, adds QA ready-to-test entry, commits hub changes, and pushes. No user input required. Use when a story is fully implemented and passing lint/tests.

2 2mo ago A 49 tokens

dev-pm-check

04

cunningplay/bmad-hub-template

Skill Claude CodeCodex

Check for new PM decisions, answers, and sprint changes relevant to this session. Reads the planning session and own session file. No user input required. Use at the start of each dev session or when the user says "check PM updates", "any PM changes", "what did PM decide".

2 2mo ago A 64 tokens

dev-qa-done

05

cunningplay/bmad-hub-template

Skill Claude CodeCodex

Add a completed story to QA's ready-to-test queue. Updates qa-session.md with what to verify, commits, and pushes. No user input required. Use after a story is merged and deployed, or when the user says "notify QA", "ready for QA", "tell QA story X is done".

2 2mo ago A 68 tokens

dev-start

06

cunningplay/bmad-hub-template

Skill Claude CodeCodex

Start the next story from this session's sprint queue. Reads the session file, identifies the top priority story, loads the spec from the hub epics, and begins implementation via /bmad-dev-story. No user input required. Use when the user says "start next story", "pick up next", or "what's next".

2 2mo ago A 70 tokens

pm-decision

07

cunningplay/bmad-hub-template

Skill Claude CodeCodex

Lock a design or product decision. Records in the planning session decisions log, saves to persistent memory if available, and commits. Use when the user says "lock this", "that's decided", "record this decision", or makes a definitive product/design choice.

2 2mo ago A 55 tokens

pm-status

08

cunningplay/bmad-hub-template

Skill Claude CodeCodex

Cross-session PM status check. Reads all session files and produces a single status table showing current sprint, active stories, blockers, and open PM actions. Use at the start of every PM session or when asked "what's the status", "check sessions", or "what's going on".

2 2mo ago A 61 tokens

pm-story

09

cunningplay/bmad-hub-template

Skill Claude CodeCodex

File a new story in an existing epic. Updates the epic frontmatter (total count, story entry), appends the story spec with Given/When/Then ACs, and commits to the planning repo. Use when the user says "file a story", "add a story", "create story X.Y", or describes a feature that needs a story.

2 2mo ago A 75 tokens

pm-sync

10

cunningplay/bmad-hub-template

Skill Claude CodeCodex

Sync session files after a story ships or priorities change. Updates the relevant session's sprint queue, marks completed work, adjusts ordering, and commits. Use when the user says "story X is done", "update the sessions", "mark X complete", or after a sprint wraps.

2 2mo ago A 59 tokens

pm-triage

11

cunningplay/bmad-hub-template

Skill Claude CodeCodex

Answer open questions from session files and record the PM's response. Use when the user says "answer the question from X session", "triage the questions", or when a session's ❓ Questions for PM section has open items.

2 2mo ago A 52 tokens

qa-bug

12

cunningplay/bmad-hub-template

Skill Claude CodeCodex

File a bug found during testing. Creates a properly formatted bug entry in the backlog with the correct bug-NNN ID, steps to reproduce, expected vs actual, and AC reference. No user input required beyond the bug description. Use when the user says "file a bug", "log this bug", or a test case fails.

2 2mo ago A 70 tokens

qa-fail

13

cunningplay/bmad-hub-template

Skill Claude CodeCodex

Mark a story as failed QA. Updates qa-session.md to show the failure, references the bug filed, and flags the owning dev session to investigate. No user input required. Use after /qa-bug when a story cannot be verified due to a bug.

2 2mo ago A 56 tokens

qa-pass

14

cunningplay/bmad-hub-template

Skill Claude CodeCodex

Mark a story's test cases as verified and passed. Updates qa-session.md, commits, and pushes. No user input required. Use after all test cases for a story have passed.

2 2mo ago A 40 tokens

qa-start

15

cunningplay/bmad-hub-template

Skill Claude CodeCodex

Pick up the next story from the QA ready-to-test queue. Reads qa-session.md, loads the test file and story ACs, and begins verification against production URLs. No user input required. Use when the user says "start QA", "test next story", or "what's ready to test".

2 2mo ago A 64 tokens