compass
01Plugin Claude Code
Plugin marketplace listing 1 plugin: compass.
Plugin Claude Code
Plugin marketplace listing 1 plugin: compass.
Plugin Claude Code
Build true to spec, zero drift. A contract-first lifecycle: define a locked contract (the invariant), plan against the real codebase, build, and pass three adversarial reviews — enforced by a real gate script, with reconciliation to an independent gold figure, user-driven gates, a human sign-off, and clean…
Command
The Compass front door — one command that reads where your build is and asks what to do next, then routes you into the right stage (contract, plan, review, build, ship, or resume). The simplest way to use Compass.
Command
Resume an in-progress Compass build from file-based state — picks up exactly where the last session left off, with nothing lost.
Command
Show where a Compass build stands — current stage, step k/n, last passed receipt, and the single next action + command. The "where am I / what's next" surface.
Hook
Runs when you submit a prompt, before the agent sees it, executing orient-hook.sh via bash. From Rishi4792/compass.
Hook
Runs when the agent finishes a response, executing compass.sh via bash. From Rishi4792/compass.
Hook
Runs before the context is compacted, running an inline shell check. From Rishi4792/compass.
Skill Claude CodeCodex
The house style for CINEMATIC MOTION + STILLS — best-in-the-world animated hero GIFs/MP4s and cinematic stills (deck covers, social cards, launch visuals), in one signature look. Triggers on requests for a "hero GIF/video", "cinematic" anything, "animated logo/wordmark", "launch/hero/demo asset", "motion graphic"…
Skill Claude CodeCodex
Render a build's Contract Brief and progress Cockpit as self-contained HTML + a PNG — the visual "what we're building" and "where it stands" surfaces of a Compass build. The Brief is a cinematic-hero cover + rk-house-style body, read as a PURE FUNCTION of contract.md; the Cockpit is the stage timeline + step k/n +…
Skill Claude CodeCodex
Define a build's CONTRACT — the locked spec that becomes the invariant for the whole build. An AskUserQuestion interview that won't finish until every required section for the chosen facets is filled, incl. reconciliation to an independent gold figure and measurable INVARIANTs. Trigger when starting a non-trivial…
Skill Claude CodeCodex
On-demand deep teaching — explains how Compass works, or walks you (or a stakeholder) through a specific build, at whatever depth you want. The "help me understand this" surface. Invoked when the user asks to understand Compass or a build; not a user menu entry (user-invocable:false).
Skill Claude CodeCodex
Turn a locked CONTRACT into an industry-standard engineering plan. STRICT PREREQUISITE — first scan and deeply understand the existing live codebase (or, greenfield, the chosen stack) before planning. Each step gets a verify command; every INVARIANT a non-deferred bound-asserting check; migrations dry-run on a copy.…
Skill Claude CodeCodex
Review-3 (FULL) — final adversarial review of the BUILT product via a multi-agent fan-out assuming every feature is broken until a re-run check proves it (reconciliation, design+a11y, exercised rollback, observability, idempotency, secrets). Ends with a human sign-off. Two clean rounds; cap 5. Trigger after…
Skill Claude CodeCodex
Review-1 (LIGHT) — adversarially pressure-test a CONTRACT before it locks — completeness, ambiguity, testability, reconciliation pinned/independent/exact, consistency, edge states, feasibility. One clean pass; cap 2. Trigger after compass:contract, or on "review the contract", "pressure-test this spec", or the Compass…
Skill Claude CodeCodex
Review-2 (FULL) — adversarially pressure-test the PLAN before build via a multi-agent fan-out (traceability, invariants, migration, deps, blast-radius, rollback, tests, reconciliation, perf, security, secrets). Two clean rounds; cap 3; un-converged escalates to the contract. Trigger after compass:plan, or on "review…
Skill Claude CodeCodex
The ENFORCED house design system — one premium look for every frontend, with gates that stop drift (not just advice). Triggers on building or editing a page, component, view, dashboard, screen, form, table, chart, or any UI surface ("build a page", "create a component", "design a dashboard", "make a form", "add a…
Skill Claude CodeCodex
Ship (optional) — deploy the CLOSED build and prove it in prod — deploy via the repo's own path, re-run reconciliation on prod data, confirm the observability signal emits. Skipped if the contract marks deploy out of scope. Trigger after compass:review-build closes, or on "ship it", "deploy", "compass ship".
Skill Claude CodeCodex
The Compass lifecycle orchestrator — sequences contract → review → plan → review → build → review → ship with user-driven gates between every stage, real receipt-gated transitions, opt-in autonomous (--auto) mode with two human gates, parallel-build worktree isolation, auto-pause when context runs low, and clean…