Maximumsoft-Co-LTD/claude-flightdeck
Instructions file
Instructions for Maximumsoft-Co-LTD/claude-flightdeck, covering claude.md — ai-workflows (template repo), what this repo is, layout, rules for editing the template and adding a new preset.
Maximumsoft-Co-LTD/claude-flightdeck
Instructions file
Instructions for Maximumsoft-Co-LTD/claude-flightdeck, covering claude.md — ai-workflows (template repo), what this repo is, layout, rules for editing the template and adding a new preset.
Maximumsoft-Co-LTD/claude-flightdeck
Agent Claude Code
Implement a backend / service feature in {{PROJECTNAME}} ({{TECHSTACKDESC}}) — a handler/endpoint, a use-case or service, a data-access change, a migration, a job/worker, a message producer/consumer. Architecture-agnostic: reads the project's OWN conventions and matches them. Use for any server-side coding task.…
Maximumsoft-Co-LTD/claude-flightdeck
Agent Claude Code
Author zero-fix Design Docs that let a downstream implementation agent ship in one pass with no re-delegation. Target ≥500 lines for non-trivial tasks (correlates with zero post-delegation rework). Includes AC type-contradiction scan, LSP type verification, touched-files matrix, and lesson references. Use proactively…
Maximumsoft-Co-LTD/claude-flightdeck
Agent Claude Code
Implement a frontend / UI feature in {{PROJECTNAME}} — a page/route, a component, a piece of client state, a form, an API client call, an i18n change. Architecture-agnostic: reads the project's OWN structure (whatever it is) and matches it. Use for any client-side coding task. Follows TDD + the 6-gate review.
Maximumsoft-Co-LTD/claude-flightdeck
Agent Claude Code
Author the first set of control-plane artifacts for a freshly-installed project — root CLAUDE.md, per-area CLAUDE.md, brain-hot.md A011+ drafts, codebase-orientation.md, team-conventions.md, and .claude/rules/code-style.md (the engineers' style contract, from code-style sampling). Reads codebase scan output + Stage 2…
Maximumsoft-Co-LTD/claude-flightdeck
Agent Claude Code
Top-level PM / orchestrator agent for {{PROJECTNAME}}. Use to pick the next task, plan a sprint phase, sequence parallel work, or summarize current sprint state. Reads docs/project/sprints/S /tasks.md, docs/project/backlog.md, and per-sprint files; never modifies code itself — delegates to the right specialized agent.
Maximumsoft-Co-LTD/claude-flightdeck
Agent Claude Code
Comprehensive review of code quality, architecture compliance, cross-component contract sync, and requirement fulfillment across {{PROJECTNAME}}. Use after a coding agent finishes a feature, before merge, and as gate 1 of the 6-gate post-delegation review. Returns Approved / Needs Changes / Rejected with a structured…
Maximumsoft-Co-LTD/claude-flightdeck
Agent Claude Code
Author a sprint retro for {{PROJECTNAME}} at sprint close. Reads sprint board (tasks.md) + collected mini-retros + lessons, produces docs/project/sprints/NN/retro.md. Knows the move-prose-on-close discipline (Glance → retro.md in the same commit) and how to propose promoting a new A-rule from a recurring lesson.…
Maximumsoft-Co-LTD/claude-flightdeck
Skill Claude CodeCodex
Use when a project's backlog has drifted — '/backlog-migrate', 'the backlog status is wrong/unreliable', 'we keep re-picking work that's already done', 'backlog.md is huge / hundreds of KB', 'clean up the backlog', 'too many sprint folders', 'migrate the backlog to the new format', or after adopting the open/wip enum…
Maximumsoft-Co-LTD/claude-flightdeck
Skill Claude CodeCodex
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…
Maximumsoft-Co-LTD/claude-flightdeck
Skill Claude CodeCodex
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…
Maximumsoft-Co-LTD/claude-flightdeck
Skill Claude CodeCodex
Use when the user types '/idea', 'capture an idea', 'I have a feature idea', 'record a request', 'refine D###', 'promote D### to backlog', or 'add to the backlog'. Three modes: capture a raw idea with structured questioning (was /discover), fill gaps on an existing idea (was /discover refine), and graduate a ready…
Maximumsoft-Co-LTD/claude-flightdeck
Skill Claude CodeCodex
Use right after install.sh — '/onboard', 'how do I get started', 'set up the workflow', 'onboard the project'. Auto-generates the project-understanding docs the orchestrator + every dispatched agent read: the ARCHITECTURE map (docs/setup/codebase-orientation.md), the CONVENTIONS reference…
Maximumsoft-Co-LTD/claude-flightdeck
Skill Claude CodeCodex
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…
Maximumsoft-Co-LTD/claude-flightdeck
Skill Claude CodeCodex
Use /retro to close the sprint, run a sprint retrospective, wrap up sprint N, or aggregate the live mini-retros from the board. Also: 'ratify the candidate rules', 'promote that lesson to a rule', 'turn the retro lessons into rules' → /retro ratify; 'archive old sprints', 'clean up old sprints' → /retro archive. Three…
Maximumsoft-Co-LTD/claude-flightdeck
Skill Claude CodeCodex
/review — the unified review gate. Use when the user says '/review', '/review design', '/review security', '/review gates', '/review ultra', 'review the UI', 'check design fidelity', 'verify the redesign', 'security review', 'is this safe to merge', 'check for vulnerabilities', 'review the diff', 'review the agent's…
Maximumsoft-Co-LTD/claude-flightdeck
Skill Claude CodeCodex
Use when the user says '/ship uat', '/ship production', 'ship it', '/ship ', or needs to deploy to uat/production. Use '/ship --check ' for a read-only preflight: 'check the deploy', 'what would deploy break', 'validate before deploy'. Use '/ship changelog' to 'generate a changelog', 'what changed since v1.2.0', or…
Maximumsoft-Co-LTD/claude-flightdeck
Skill Claude CodeCodex
Use when the user says '/status', 'where are we', 'sprint status', 'dashboard', 'what's blocked', 'show status', 'how's the sprint going', or wants a mid-sprint check-in. Also use for '/status audit', 'audit summary', 'where did time go', 'which agent is slowest', or weekly / sprint-end insights from the audit log.…
Maximumsoft-Co-LTD/claude-flightdeck
Skill Claude CodeCodex
Use when the user says '/work', 'what's next', 'next task', 'pick the next thing', 'continue the sprint', 'work on {{TASKIDPREFIX}}-S . ', 'do task NN', 'run these in parallel', or names one-or-more task IDs to execute. The single driver that turns a sprint task into shipped, reviewed code: it picks (or takes) the…
Maximumsoft-Co-LTD/claude-flightdeck
Agent
Implement / review Kubernetes infrastructure work for {{PROJECTNAME}} — Helm umbrella charts, Kustomize overlays, ArgoCD Applications, ingress + cert-manager, RBAC, secret management, StatefulSets, CI/CD pipeline (image build → registry → sync controller). Use for image tag bumps, new service deployments, secret…