manifest
01Plugin Claude Code
Manifest — PRD-to-production pipeline with quality gates.
Plugin Claude Code
Manifest — PRD-to-production pipeline with quality gates.
Plugin Claude Code
PRD-to-production pipeline with quality gates. Author contracts, run critics, implement via agent, verify deploys, and produce post-launch reports — all from markdown in your repo.
Instructions file CodexOpenCode
Instructions for iampawan/Manifest, covering agents.md — manifest, the one rule, ready check — the pm gate (before dev grooming), the 11 required items and rules the engine enforces.
Command
Manually run bug triage for a contract — scan Sentry, support tickets, and app store reviews for new bug clusters, dedupe against existing JIRA tickets, file new ones. Normally fires automatically via the daily launch-monitor cron, but invoke this when you want an ad-hoc check.
Command
Show where a feature is in its canary ramp and the next recommended step. Reads the latest rollback-guard health verdict and the rolloutPlan. Recommends the next flag change for a human to make — never flips the flag itself.
Command
Review a PR diff for code-level defects (security, correctness, performance, maintainability) and post a severity-tagged review comment. Complements /verify-pr's AC-conformance check.
Command
Pick up, fix, and promote Manifest contracts. Run with no args (or help) to get a quick tutorial. Subcommands: pickup (canonical Spec entry), fix, promote, decompose, diagram, migrate, archive. new and verify exist for backward compatibility and power-user re-checks respectively.
Command
Express lane for trivial bugs and tiny changes — skips the full contract ceremony. Use for one-line fixes, copy/CSS tweaks, config changes, dependency bumps. Triages size and escalates to /contract if the change turns out bigger than trivial.
Command
Implement a promoted contract — write code, generate Playwright tests, iterate to green, open or update the PR.
Command
Generate a launch report for a contract — quantitative + qualitative verdict on whether the feature landed. Can be invoked manually any day post-launch, or via the launch-monitor.yml cron at day 1/7/14/28.
Command
Manifest — welcome / help / tutorial. Run this when you're new, when you want to see what commands exist, or when you forgot the syntax.
Command
After a feature is rolled back, record landed:rolled-back, write a blameless postmortem from the contract's timeline + guard reports + Sentry, post it to Slack, and reopen the work as a follow-up. Run once the human has flipped the flag off.
Command
The 2-minute PM-side readiness gate before a PRD reaches dev. Give any source — a JIRA / Notion / Doc / Slack / Figma URL, pasted text, an image, or a description — and Ready Check scores it against the Definition of Ready, shows the blockers in plain language, and (when ready) mints a tamper-evident gate code + a…
Command
Check a feature's live health during its rollout window against the contract's budgets and get a proceed / hold / recommend-rollback recommendation. Recommends only — never executes a rollback.
Command
Check what MCPs and config Manifest needs that aren't yet connected. Tells you what's wired, what's missing, and what each gap would unlock. Run this first time you install, or any time something feels off.
Command
Show where a contract stands — phase, SLA time-left (IST + UTC), readiness, next action. Or /status with no ID for a dashboard of everything in flight. Read-only, deterministic.
Command
Manually verify a deployed environment against a contract — runs Playwright tests against a live URL, samples telemetry from Sentry and analytics, posts a canary-readiness verdict. Normally fires automatically via the verify-deploy.yml workflow on deploys, but invoke this for ad-hoc deployment checks.
Command
Verify a PR satisfies its referenced contract's acceptance criteria. Reads the diff, the contract, and the test output; posts a structured review comment.
Skill Claude CodeCodex
Scan Sentry, support tickets, and app store reviews for new bug clusters; deduplicate against existing tickets; file to JIRA with contract back-references; then route each new cluster back into the pipeline (trivial→/fix, substantial→/contract) with propose-by-default guardrails. Invoked nightly by launch-monitor.yml…
Skill Claude CodeCodex
Review a PR diff for code-level defects — security, correctness, performance, and maintainability — and post a severity-tagged review comment. Runs at the PR stage AFTER implementation, complementing verify-pr (which checks contract/AC conformance). Invoked by /code-review or the pr-verify.yml workflow. Stack-agnostic.
Skill Claude CodeCodex
Turn a Large contract into a dependency-ordered sequence of Small/Medium child contracts, with risky parts (migrations, auth) flagged as human-led. Use when a contract is sized Large and the user says "decompose", "break this down", "split this epic", or invokes /contract decompose . Large isn't refused — it's made…
Skill Claude CodeCodex
Author a new Manifest contract from a rough idea, a one-liner, OR a link to an existing source of truth — JIRA ticket, Linear issue, Notion page, Confluence doc, GitHub issue, or Figma file. Use when the user says "new contract", "draft PRD", "spec out a feature", "pull contract from this JIRA ticket", or invokes…
Skill Claude CodeCodex
The canonical Spec entry for Manifest. Dev gives any source — JIRA / Linear / Notion / Confluence / Google Doc / Slack message / GitHub issue / Figma URL, pasted text, an image, or a free-form description — and the agent does the code archaeology, drafts the contract, runs the critics + a Figma design audit inline…
Skill Claude CodeCodex
Freeze a verified contract into an immutable revision and start the SLA timer. Use when the user says "promote contract", "ship this PRD", "start the pipeline", or invokes /contract promote . Creates a JIRA epic, opens a tracking issue, kicks off implementation.