agentsclimarketplace

Spec close

Skill ainova-systems/intelligence-dev-packs/packs/spec/skills/spec-close

Intelligence pack for software engineering based on Ainova Systems best practices

Install
npx -y skills add ainova-systems/intelligence-dev-packs --skill spec-close

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

One thing to look at

  • 2 stars2 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.

What its author says it does

Copied from the file, not written here

After merge, mark a spec completed and archive it per the project convention

SKILL.md

1.8 KB, as published. Nobody here has run it

Close a Spec

Post-merge bookkeeping: mark a shipped spec completed and retire it, so the queue and the docs reflect reality. Runs after the owner accepts and git-merge-pr lands the change. spec-execute-next invokes this in its reset for merged specs; it also runs standalone.

Steps

  1. Resolve the spec. Confirm it actually shipped: its PR is MERGED (gh pr view <pr> --json state,mergedAt) and tasks.md is fully ticked. Not merged or tasks unticked - STOP and report; it is not done.
  2. Ensure the docs reconciliation landed in the merged change (spec-execute Phase D): the feature doc reflects the new behavior, durable rules and decisions were extracted. If anything is missing, apply it now (via spec-document) - the feature doc is the durable record, the spec is not; never close on stale docs.
  3. Set status: completed with the date.
  4. Archive per the project convention (learn from shipped specs): keep the numbered folder (default), move to specs/_archive/, or delete the plan file if the project deletes shipped plans. Never lose the record silently.
  5. Report: spec closed, where it was archived, the feature doc(s) it updated.

Verify

  • status: completed; PR merged and tasks ticked confirmed; the durable feature doc carries the shipped behavior.

Scope / hand-off

  • Merging the PR - git-merge-pr (owner accept first). Resuming an unfinished spec - spec-continue.

CRITICAL

  • Never mark completed without a merged PR and fully-ticked tasks - that is the definition of done.
  • The feature doc, not the spec, is the durable record; closing confirms the behavior moved there.

Keep looking

Skills are one crate of 328,083. 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.