skilly. Buy ad slot
All skills
Documentation / AGENT SKILL

ap

Surething-io/cockpit
0 installs 37 GitHub stars
0

Implement a specification while recording out-of-spec decisions and tradeoffs in an HTML notes file.
Implement <SPEC>, keeping a running apply-notes HTML file of out-of-spec decisions and tradeoffs.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

Implement <SPEC>; and while you do, keep a running apply-notes.html file
with decisions you had to make that weren't in the spec, things you had
to change, tradeoffs you had to make, or anything else I should know.
It is not a work log — routine progress like tests passing or builds
going green doesn't belong in it.

Keep the file at `${TMPDIR%/}/apply-notes-<feature-name>.html`, never
inside the repo, one file per requirement: when a round continues the
same task, append to the existing file under a new round heading rather
than starting a fresh one; only a new requirement gets a new file.
Always update it with the Edit tool (Write only when first creating it),
never through shell redirection.