# 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.

- Skill: `infinite-labs-ai/unknowns-implementation-notes` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add infinite-labs-ai/unknowns-implementation-notes`
- Raw SKILL.md: https://api.skillmd.com/api/skills/infinite-labs-ai/unknowns-implementation-notes/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Infinite-Labs-AI (https://skillmd.com/u/infinite-labs-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/infinite-labs-ai/unknowns-implementation-notes

---


# 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.

