Skill Claude CodeCodex
When adding a new platform (subdir with its own git repo) to an existing workspace dispatcher. Runs setup-skeleton in the subdir and updates the workspace config and dispatcher AGENTS.md.
Skill Claude CodeCodex
When adding a new platform (subdir with its own git repo) to an existing workspace dispatcher. Runs setup-skeleton in the subdir and updates the workspace config and dispatcher AGENTS.md.
Skill Claude CodeCodex
When the user wants to think through a feature idea, explore edge cases, or produce a technical spec before implementation. Use before develop-feature to prevent mid-implementation surprises.
Skill Claude CodeCodex
When codebase structure has changed, MAP.md/SYMBOLS.md are missing or stale, or after major refactors and initial setup. Also run when a new module is added or files are moved between modules.
Skill Claude CodeCodex
When dependency versions need auditing, Last Dependency Check in CONFIG.md is overdue (14-day cadence), or before starting security-sensitive work.
Skill Claude CodeCodex
Checks whether this project's skeleton version is current. Surfaces the version gap and offers to run sync-skeleton. Run at the start of any session where skeleton drift might have accumulated, or on a scheduled basis.
Skill Claude CodeCodex
When a team manages multiple platform projects sharing business logic and needs a central domain knowledge repo. Run once per organization to set up specs, parity tracking, and the knowledge bus.
Skill Claude CodeCodex
When the team is ready to ship a new version — version bumps, changelog finalization, dependency snapshots, and CI release trigger.
Skill Claude CodeCodex
When the user reports a bug, an error, or unexpected behavior. Enforces four structured phases — reproduction, failing test, root cause isolation, fix and verify — to stop guess-and-check loops.
Skill Claude CodeCodex
When the user asks to implement a new feature end-to-end requiring planning, branch creation, implementation, testing, and PR. Use for work that goes beyond a simple fix or ad-hoc task.
Skill Claude CodeCodex
Systematic resolution of catalogued tech debt items from TECHDEBT.md. Use when assigned a specific debt ID (AP-XXX, BUG-XXX, SI-XXX, etc.).
Skill Claude CodeCodex
Fast-path workflow for production bugs that cannot wait for the normal release cycle. Requires explicit tech lead sign-off before branching.
Skill Claude CodeCodex
When the user asks to implement a specific Jira ticket (e.g. "Implement PROJ-1234"). Use when taking a ticket from backlog to merged PR, with automatic status transitions and QA handoff.
Skill Claude CodeCodex
Generic wrapper for any ad-hoc implementation request that doesn't match a specific workflow (develop-feature, fix-tech-debt, hotfix). Ensures pre-flight, planning, and task-completion happen for every task — not just named workflows.
Skill Claude CodeCodex
When Knowledge Bus entries are older than 30 days, or memory files have accumulated stale content. Run monthly or when bus/ is cluttered.
Skill Claude CodeCodex
When checking feature parity across platforms after shipping a feature, receiving a Knowledge Bus alert, or on a scheduled cadence. Requires a blueprint with a parity matrix.
Skill Claude CodeCodex
When the user has made an architectural decision that needs to be recorded. Use when ending a brainstorm session or finishing develop-feature Phase 1 with a significant architectural choice that should be written up as an ADR, published to Confluence, and cross-linked from LESSONS.md.
Skill Claude CodeCodex
When a production incident has been resolved and needs a written post-mortem. Use after the hotfix workflow completes, to publish a structured post-mortem to Confluence, optionally create Jira tickets for action items, and cross-link findings from LESSONS.md.
Skill Claude CodeCodex
When restructuring, renaming, or reorganising existing code without changing its external behavior. Use instead of develop-feature when no new functionality is being added.
Skill Claude CodeCodex
When someone leaves the team or rotates off the project. Use when you need to mark a member inactive (or delete them outright) in .memory/TEAM.md and reassign any ownership or escalation responsibilities they held.
Skill Claude CodeCodex
When removing a platform from the workspace dispatcher. Does NOT delete the subdir or its agentskel install — only unregisters it from workspace config and AGENTS.md.
Skill Claude CodeCodex
When the user needs to configure Confluence integration for this project. Use when wiring up the Atlassian MCP to .memory/CONFIG.md so ADRs, runbooks, postmortems, and specs can be auto-published to the right space and parent pages.
Skill Claude CodeCodex
When the team needs to configure Jira integration for agentskel. Use when populating .memory/JIRAWORKFLOW.md and the Jira section of .memory/CONFIG.md by introspecting the Jira project through Atlassian MCP.
Skill Claude CodeCodex
When setting up agentskel on a project for the first time. Run once per project to install memory, rules, skills, workflows, entry points, and standards.
Skill Claude CodeCodex
When bootstrapping a project's team roster. Use when .memory/TEAM.md has not yet been populated and you need to establish members, roles, ownership, and escalation contacts for the first time.