fromzero

Solid

Use when replacing a greenfield attempt with a clean pad of verified requirements. Not for rebuilding from primitives: use from-first-principle. Requires a committed, VCS-recoverable attempt.

AI & Automation 35 stars 0 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Fromzero ## Contract | Field | Bound contract | |---|---| | Trigger | The user wants to replace a greenfield attempt with a clean pad carrying only proven requirements. | | Authority | Human-gated: requires explicit human invocation before acting; otherwise reversible local: writes only VCS-tracked targets (show the exact set before mutation); rollback is version control. No remote mutation. | | Side effect | A new greenfield attempt on a clean pad; the old attempt remains recoverable through VCS. | | Done | A new greenfield attempt exists carrying only verified requirement statements, and the old attempt is reachable in VCS history. | ## Not for - Rebuilding a design from primitives: use from-first-principle. - Continuing an existing attempt with fixes: this replaces, it does not patch. - Operating without a committed, VCS-recoverable current attempt: the old attempt must survive in history. ## Inputs - The current greenfield attempt, which must be under version control and committed. - A list of proven requirements. A requirement is proven only when it has been verified (tested, accepted, or otherwise demonstrated). Speculative or unverified scope is not proven. ## Procedure 1. Verify the current attempt is committed and recoverable through version control. If any uncommitted or untracked work exists, stop and require the human to commit or discard it first. Done when: the working tree is clean and the attempt is in VCS history. 2. Filter requirements to verified...

Details

Author
OutlineDriven
Repository
OutlineDriven/odin-claude-plugin
Created
9 months ago
Last Updated
2 days ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category