Builder Read Spec banner
EffortlessMetrics EffortlessMetrics

Builder Read Spec

Testing community

Description

--- description: Builder step 1 — read the spec, then build user-invocable: false --- # Builder Read Spec Read the issue and figure out what to build. Be proactive and fix forward. ## Steps 1. Read the issue: ```bash gh issue view <number> --json title,body,labels,comments --jq '{title: .title, body: .body, labels: [.labels[].name], comment_count: (.comments | length)}' ``` 2. If there are comments (scout reports, plan-review feedback), read them too: ```bash gh issue view

Installation

Installs to ~/.claude/commands/effortlessmetrics-perl-lsp-builder-read-spec.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/EffortlessMetrics/perl-lsp/HEAD/.claude/commands/builder-read-spec.md -o ~/.claude/commands/effortlessmetrics-perl-lsp-builder-read-spec.md

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

Full documentation available on GitHub

View Source Repository