iampawan/Manifest

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.

5Stars on the repository
46Mods indexed here, across every type
21d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bug-triage

01

iampawan/Manifest

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.

5 21d ago A 65 tokens original MIT

canary

02

iampawan/Manifest

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.

5 21d ago A 51 tokens original MIT

code-review

03

iampawan/Manifest

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.

5 21d ago A 41 tokens original MIT

contract

04

iampawan/Manifest

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.

5 21d ago A 68 tokens original MIT

fix

05

iampawan/Manifest

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.

5 21d ago A 52 tokens original MIT

implement

06

iampawan/Manifest

Command

Implement a promoted contract — write code, generate Playwright tests, iterate to green, open or update the PR.

5 21d ago A 25 tokens original MIT

launch

07

iampawan/Manifest

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.

5 21d ago A 47 tokens original MIT

manifest

08

iampawan/Manifest

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.

5 21d ago A 32 tokens original MIT

postmortem

09

iampawan/Manifest

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.

5 21d ago A 61 tokens original MIT

ready-check

10

iampawan/Manifest

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…

5 21d ago A 102 tokens original MIT

rollback-check

11

iampawan/Manifest

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.

5 21d ago A 40 tokens original MIT

setup

12

iampawan/Manifest

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.

5 21d ago A 45 tokens original MIT

status

13

iampawan/Manifest

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.

5 21d ago A 43 tokens original MIT

verify-deploy

14

iampawan/Manifest

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.

5 21d ago A 63 tokens original MIT

verify-pr

15

iampawan/Manifest

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.

5 21d ago A 32 tokens original MIT