Agent
Adversarial single-lens reviewer invoked by ship- skills (design, create-plan) to try to break an artifact through one specified lens. Read-only. Returns structured findings + a verdict.
Agent
Adversarial single-lens reviewer invoked by ship- skills (design, create-plan) to try to break an artifact through one specified lens. Read-only. Returns structured findings + a verdict.
Skill Claude CodeCodex
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Skill Claude CodeCodex
Audit a project's document tree for quality, consistency, and structure. Use this skill when someone wants to: health-check a project, find stale or unresolved items, identify contradictions between documents, retrofit tagging conventions onto legacy docs, assess whether documents should be split, or review the…
Skill Claude CodeCodex
Orient to a project on the team's Confluence surface, or load context for a specific task. Use this skill whenever someone wants to: see what projects exist, understand the state of a project, find what needs attention, identify what to work on next, get a summary of open questions/blockers/assumptions, or load…
Skill Claude CodeCodex
Write back findings, updates, observations, or new content to a project's Confluence surface. Use this skill whenever someone wants to: update a project doc, write back findings from a session, add questions or blockers to a project, record a decision, capture meeting notes, append research, create a new doc in the…
Skill Claude CodeCodex
Ship pipeline stage 5. Takes work-breakdown.md + design.md + all research from the per-ticket manifest folder and produces a detailed tactical implementation plan, hardened by an antagonistic-reviewer design-lens pass. Writes plan.md into the manifest folder and hands off to /ship-implement-plan.
Skill Claude CodeCodex
Ship pipeline stage 1. Scopes which repos in a multi-repo workspace the ticket touches (it legitimately sees the ticket), then writes one intent-neutral research-questions file per confirmed repo plus the per-ticket manifest. First half of the untainted research pattern - this stage sees the intent…
Skill Claude CodeCodex
Execute an implementation plan phase by phase, with verification between phases and pauses for manual testing. Consumes the plan from /ship-create-plan, or runs as Ship pipeline stage 6 (the plan from /ship-create-plan).
Skill Claude CodeCodex
Ship pipeline stage 2. Research and document the codebase as-is, driven by per-repo research-questions files. Defaults to ONE research agent per repo (orientation dominates cost, so questions are batched), splitting only when a repo's questions span disjoint subsystems. Writes research- .md per repo into the…
Skill Claude CodeCodex
Ship pipeline stage 3. Produces a solution design that demonstrably covers the coverage map, driven by an interactive grill-me decision-tree question walk and hardened by tiered antagonistic review (full per-lens fan-out / combined single-pass / skip, chosen at a checkpoint). Reads all per-repo research + the ticket…
Skill Claude CodeCodex
Ship pipeline stage 4. Takes design.md from the per-ticket manifest folder and produces a high-level work breakdown (phases, testing strategy, order of changes). The human review point before detailed planning. Writes work-breakdown.md into the manifest folder.
Skill Claude CodeCodex
Ship pipeline dispatcher. On-rails orchestrator that resolves the active per-ticket manifest and runs EXACTLY one pipeline step per invocation (never a full sequencer), applying per-stage continue rules. Convenience entry point over the independently-runnable ship- skills.