iampawan

46 mods across 1 repository, 5 stars between them.

manifest

01

iampawan/Manifest

Plugin Claude Code

Manifest — PRD-to-production pipeline with quality gates.

5 20d ago A tokens not measured original MIT

manifest

02

iampawan/Manifest

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.

5 20d ago A tokens not measured original MIT

Manifest AGENTS.md

03

iampawan/Manifest

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.

5 20d ago A 1,634 tokens original MIT

bug-triage

04

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 20d ago A 65 tokens original MIT

canary

05

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 20d ago A 51 tokens original MIT

code-review

06

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 20d ago A 41 tokens original MIT

contract

07

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 20d ago A 68 tokens original MIT

fix

08

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 20d ago A 52 tokens original MIT

implement

09

iampawan/Manifest

Command

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

5 20d ago A 25 tokens original MIT

launch

10

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 20d ago A 47 tokens original MIT

manifest

11

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 20d ago A 32 tokens original MIT

postmortem

12

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 20d ago A 61 tokens original MIT

ready-check

13

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 20d ago A 102 tokens original MIT

rollback-check

14

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 20d ago A 40 tokens original MIT

setup

15

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 20d ago A 45 tokens original MIT

status

16

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 20d ago A 43 tokens original MIT

verify-deploy

17

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 20d ago A 63 tokens original MIT

verify-pr

18

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 20d ago A 32 tokens original MIT

bug-triage

19

iampawan/Manifest

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…

5 20d ago A 82 tokens original MIT

code-review

20

iampawan/Manifest

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.

5 20d ago A 71 tokens original MIT

contract-decompose

21

iampawan/Manifest

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…

5 20d ago A 79 tokens original MIT

contract-new

22

iampawan/Manifest

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…

5 20d ago A 117 tokens original MIT

contract-pickup

23

iampawan/Manifest

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…

5 20d ago B 187 tokens original MIT

contract-promote

24

iampawan/Manifest

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.

5 20d ago C 63 tokens original MIT