From chevp-ai-framework
Use when an out-of-scope item, Challenger-identified failure mode, or NOT-in-Scope row warrants its own future plan (Rule 12). Trigger phrases: "create proposal", "PROP for this", "open a proposal", "log this for later", "this is out of scope but worth tracking". Produces a `PROP-NNN` file per the plan-proposal template.
How this skill is triggered — by the user, by Claude, or both
Slash command
/chevp-ai-framework:create-proposalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A Plan Proposal is the cheapest possible structured form a concern can take. It is **not** a plan — it is a backlog entry that the AI writes and the human triages via `/promote`, `/defer`, or `/reject`. Without proposals, every out-of-scope item disappears the moment a plan is approved (Rule 12).
A Plan Proposal is the cheapest possible structured form a concern can take. It is not a plan — it is a backlog entry that the AI writes and the human triages via /promote, /defer, or /reject. Without proposals, every out-of-scope item disappears the moment a plan is approved (Rule 12).
NOT in Scope row in a current plan describes work the team will need eventuallyA source plan exists (CTX / EXP / PRD or a §-numbered chapter). Proposals must reference what produced them — generic proposals with no source are an anti-pattern.
source-plan: field.context/plans/proposals/.proposals/, proposals/promoted/, and proposals/rejected/. Never reuse an id, even from rejected proposals — the audit trail must hold.## Goalproposed-by: ai (always — humans write plans, not proposals)source-gate: G1 | G2 | G3 if a Gatekeeper raised it; omit if human-requestedsuggested-type: ctx | exp | prdstatus: pending-human-reviewdecided-by: — that is human-only./promote a proposal autonomously — that is a human action.pending-human-review, the G1 review process auto-defers a proposal — note this in the proposal's notes if it is borderline urgent.A PROP-NNN_<slug>.md file in context/plans/proposals/, status pending-human-review. The Gatekeeper / governance log records its creation; the human decides next via /promote, /defer, or /reject.
npx claudepluginhub chevp/chevp-ai-frameworkWhole-repo audit for over-engineering: finds dead code, unnecessary abstractions, stdlib-replaceable dependencies. Outputs ranked findings and net line/dep savings.