Unknowns Implementation Notes

Keep a durable implementation-notes/deviation log while building. Use when the user asks to log surprises, preserve deviations from a plan, keep implementation notes, pick conservative options and continue, or capture unknowns discovered during execution for a later attempt.

Infinite-Labs-AI 9df3e98 2 files · 1.3 KB Updated

File contents

Unknowns Implementation Notes

Workflow

Do not let discoveries vanish into scrollback.

Maintain a notes artifact with:

  • Planned step completed as expected.
  • Discovery: new fact not in the plan.
  • Deviation: where code forced a different path.
  • Conservative choice: what Codex chose and why.
  • Human call: product/security/policy decisions that should not be guessed.
  • Fold-back bullets: what a future plan should know.

Rules

During implementation, keep moving on reversible conservative choices and log them. Stop for destructive, irreversible, credential-gated, external-production, or materially scope-changing decisions.

At the end, summarize the notes and list which items need user decision before merge.

Infinite-Labs-AI/know-your-unknowns-skills/tree/main/unknowns-implementation-notes commit 9df3e98af4

Frequently asked questions

npx skillmds@latest add infinite-labs-ai/unknowns-implementation-notes