Maximumsoft-Co-LTD
OrganizationPortable AI-workflow control plane for Claude Code — one install.sh ships specialized agents, user-invocable skills, always-on rules, lint/audit/secret hooks, the 6-gate review, design templates + sprint discipline, an /onboard wizard, and a pull-based feedback loop. v0.4.0
Categories
Indexed Skills (19)
assign
Delegate a specific, named task to the right repo / engineer subagent — design-first, with full pre-flight checks and the 6-gate post-delegation review. Use when the user names a specific task ID, e.g. '/assign {{TASK_ID_PREFIX}}-S<N>.<NN>', 'work on TG-NN', 'execute task NN'. Sister skill: /next-task (when the user doesn't name a specific task — the orchestrator picks the next eligible row).
changelog
Generate a Keep-a-Changelog style CHANGELOG.md from git history using Conventional Commits. Supports per-repo and unified multi-repo aggregation. Use when the user says '/changelog', 'generate changelog', 'what changed since v1.2.0', or before tagging a release.
deploy-preflight
Read-only deployment pre-flight scan — repo state, secrets sync check, deploy-changes diff, migration verify locally. Reports what WOULD break a deploy without committing to one. Use when the user says '/deploy-preflight', 'check the deploy', 'what would deploy break', 'preflight', or wants to validate readiness before running /deploy.
deploy
Drive a deployment through its canonical 5 phases — pre-flight check, CI verification, deploy, health + smoke, sign-off report. Use when the user says '/deploy uat', '/deploy production', '/deploy <env>', 'ship it', or anytime an environment promotion is needed. Canonical reference: docs/setup/deployment-workflow.md.
design-review
Post-FE-sprint 3-lens design-fidelity gate. Captures real screenshots via Playwright MCP, runs mechanical token / i18n / a11y / boundary checks, scores UX·Technical·Friendly per route, logs backlog findings, returns PASS / CONDITIONAL / FIX-NOW. Use when the user says '/design-review', 'review the UI', 'check design fidelity', 'verify the redesign', or after any frontend sprint and BEFORE bumping the meta submodule pointer / promoting.
discover
Capture feature ideas with structured questioning into a discovery staging area before they reach the backlog. Use when the user says 'capture idea', '/discover', '/discover refine D###', or wants to record a new request without committing to it yet. Sister skill: /promote (graduates the item into the backlog).
dispatch-parallel
Dispatch 2+ subagents in parallel safely, running the 4-layer Conflict Radar guard (path overlap, working-tree state, contract-first, task dependency graph) before dispatching. Refuses to dispatch if any overlap is detected; serializes instead. Use when the user says '/dispatch-parallel', 'fan out', 'work on these together', 'run both', 'in parallel', 'do these in parallel', names 2+ task IDs at once, or has multiple independent coding tasks.
document
Generate or sync API / contract / user-facing documentation from the live system. Use when the user says '/document', 'document this endpoint', 'document the API', 'sync the contract docs', 'capture the new pages', 'write the user guide', 'export the SDK', 'auto-generate', 'generate the wiki for X', or 'refresh the docs'.
flightdeck-feedback
Send structured feedback about the claude-flightdeck template back to the canonical repo — bug, rule misfire, preset request, skill issue, or onboarding feedback. Reads your install manifest for version context, redacts secrets, shows a preview, then opens a GitHub issue via gh (or prints a prefilled URL). Opt-in, one-shot — never phones home on its own. Use when the user says '/flightdeck-feedback', 'report a bug in the template', 'send feedback upstream', 'this rule is wrong', 'request a preset'.
index-refresh
Refresh the slim INDEX files (sprint index, design INDEX, backlog index, sprints INDEX) from their wide source files. Use when the user says '/index-refresh', or after any skill mutates sprint / backlog / design-doc files (next-task done, retro close, promote, archive, new design doc). Canonical spec: docs/setup/index-discipline.md.
next-task
Find the next uncompleted task from the active sprint and dispatch it to the right specialized subagent. Enforces design-first (task MUST have design doc before code) + 6-gate post-delegation review. Use when asked: 'what's next', 'next task', 'continue the sprint', 'pick the next thing', '/next-task', or anytime the user wants the orchestrator to drive forward without naming a specific task. Sister skill: `/assign` (when the user knows the task ID — pass `{{TASK_ID_PREFIX}}-S<N>.<NN>` directly).
onboard
Setup wizard for a freshly-installed claude-flightdeck. Walks 8 stages — topology detection, codebase scan, team interview, git-history mining, document drafting, A-rule ratification, state capture, first-feature handoff — to bring Claude Code from 'template installed' to 'fully understands this project'. Use right after `install.sh` ('how do I get started', 'set up the workflow', 'onboard the project', '/onboard'). Subcommands: /onboard refresh (re-run on existing install), /onboard scan (Stage 1 only), /onboard rules (Stages 3+5), /onboard retro (post-first-sprint reflection).
post-delegation-gate
Run the 6-gate post-delegation review on a coding subagent's output. Use after ANY coding subagent returns or reports DONE, before declaring work 'done' or merging — the gate chain is inspect diff → build+test → boundary → spec-compliance (4a) → quality (4b) → wiring → smoke. Use when the user says '/post-delegation-gate', 'review the agent's work', 'run the gates', or whenever a dispatched agent just returned code.
promote
Promote a discovery item into the product backlog with a Definition-of-Ready gate and an enriched entry. Use when the user says 'promote D###', '/promote', or wants to graduate a discovery item into the sprint backlog. Sister skill: /discover (which captures the item in the first place).
ratify-rules
Close the learning loop — harvest the ## Candidate A-rules that retros proposed, walk the operator through ratify / defer / drop on each, and land the ratified ones into brain-hot.md (next free A0##) + the lesson-trigger map. Use when the user says '/ratify-rules', 'ratify the candidate rules', 'promote that lesson to a rule', 'turn the retro lessons into rules', or after a sprint retro that left candidate A-rules awaiting a decision.
recover
Safely recover from partial-dispatch failures, orphan worktrees, mid-merge aborts, accidental main commits, and lost branches. Inventories git state, classifies the failure mode with the user's confirmation, then walks through the recovery options for that class with explicit per-step confirmation. Use when the user says 'undo', 'rollback', 'recover', 'orphan worktree', 'partial commit', 'failed dispatch', 'merge gone wrong', '/recover', or after `/dispatch-parallel` reports partial success.
retro
Run sprint close — aggregate per-task mini-retros, audit the backlog (HARD gate), classify findings into fix-now vs defer, fix process bugs immediately, write the full retro file, and move STATUS prose to STATUS-archive. Use when the user says '/retro', 'close the sprint', 'sprint retrospective', 'wrap up sprint XX'.
archive
Move old sprint files, design docs, and retros into the archive subtree — keeps only the latest 3 sprints active. Use when the user asks '/archive', 'archive sprint-XX', 'clean up old sprints', or after a long-running project accumulates too many stale sprint files.
progress
Print a sprint progress dashboard — task status, completion rate, blockers, per-repo / per-component breakdown. Read-only: never writes. Use when the user says '/progress', 'where are we', 'what's blocked', 'dashboard', 'sprint status', 'how's the sprint going', 'show status', or wants a mid-sprint check-in.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.