An agentic plugin that takes a PRD ("contract") through the full lifecycle — author → verify → implement → ship → land — with quality gates that won't let an under-specified spec progress.
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.
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.
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.
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.
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.
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.
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.
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…
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.
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.
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.
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.
Verify a PR satisfies its referenced contract's acceptance criteria. Reads the diff, the contract, and the test output; posts a structured review comment.