Assess Spec banner
sellke sellke

Assess Spec

Testing community

Description

--- name: assess-spec description: "Analyze an unbuilt spec for implementability risks - oversized stories, deep dependency chains, file-overlap conflicts - and recommend decomposition. Run when a spec feels too heavy to build." problem: "An oversized or deeply chained spec reads fine on paper and only fails once /implement-spec is halfway through it, with orchestrator context already spent." outcome: "The unbuilt spec has a stated implementability rating backed by all six checks, with every fla

Installation

Installs to ~/.claude/skills/sellke-writ-assess-spec/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sellke-writ-assess-spec && curl -fsSL https://raw.githubusercontent.com/sellke/writ/HEAD/commands/assess-spec.md -o ~/.claude/skills/sellke-writ-assess-spec/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository