agentsclimarketplace

Quick

Skill pooyagolchian/specforge/plugins/specforge/skills/quick

Fast-track a trivial change past the spec-and-plan gate (typo, tiny fix, config tweak, small refactor). Use when the user wants to skip the full lifecycle for a small change, bypass the gate once, or asks to quick-fix something. Turns on fast-track in specforge/state.md so code edits are allowed, and logs it — an audited escape hatch.From its SKILL.md

Install
npx -y skills add pooyagolchian/specforge --skill quick

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 19 days oldThe repository was created 19 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.9 KB, 388 tokens by cl100k_base, as published. Nobody here has run it

/specforge:quick — audited fast-track for trivial changes

The escape hatch that keeps SpecForge from becoming ceremony for a one-line fix. It flips fasttrack: on so the gate allows code edits without a full spec+plan — and records that choice in the audit log. User-invoked only.

When to use

  • A genuinely small change: typo, comment, config value, dependency bump, tiny bug fix, or a refactor under a handful of files that doesn't change behavior or contracts.
  • Not for new features or anything touching a public contract — those deserve the full flow.

Steps

  1. Sanity-check that the change is actually trivial. If it looks like a feature (new behavior, new endpoint, schema change), say so and recommend /specforge:specify instead.
  2. In specforge/state.md, set the marker <!-- fasttrack: on -->.
  3. Audit: append | <today ISO-8601> | <active-or-—> | fast-track ON | <one-line reason> |. The reason should be the user's own words where possible.
  4. Make (or let the user make) the small change. The gate will now allow code edits.
  5. Turn it back off when done: set <!-- fasttrack: off --> and append | <today ISO-8601> | … | fast-track OFF | change complete |. Leaving fast-track on defeats the gate, so always reset it.

Guardrails

  • Fast-track is a temporary, logged bypass — not a mode to live in. Reset it after the change.
  • If partway through you realize the change is bigger than trivial, stop, reset fast-track, and start a proper /specforge:specify cycle.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,696. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.