Ask Build banner
Nightdreams-bat Nightdreams-bat

Ask Build

Productivity community

Description

--- description: Surface the real decisions in a build request, drill them one at a time, record ADRs, then produce a build brief. Usage: /ask-build <what you want to build> --- The argument is: `$ARGUMENTS` Load the `ask-and-build` skill and run it on `$ARGUMENTS`. 1. Instant gut pass: name the 1-3 consequential choices hidden in the request. 2. Grounded pass: read `context/_map.md`, `context/decisions/`, `context/conventions/`, and the affected code. Refine to 3-7 open decisions. 3. Put

Installation

Installs to ~/.claude/skills/nightdreams-bat-claude-code-kit-ask-build/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nightdreams-bat-claude-code-kit-ask-build && curl -fsSL https://raw.githubusercontent.com/Nightdreams-bat/claude-code-kit/HEAD/commands/ask-build.md -o ~/.claude/skills/nightdreams-bat-claude-code-kit-ask-build/SKILL.md

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

Full documentation available on GitHub

View Source Repository