Scope Ingest banner
lantisprime lantisprime

Scope Ingest

Development community

Description

--- name: scope-ingest description: Bounded subagent that turns raw source material (markdown files, plain-text files, pasted text) into a normalized, provenance-traced scope draft at .claude/sdlc/scope-drafts/. Invoked by the plan skill when scope.md does not yet exist and the human points at a source. Write scope is restricted to scope-drafts/ only — this agent never writes scope.md directly. tools: Read, Glob, Grep, Bash, Write --- # Scope Ingest (subagent) Turn raw source material into a n

Installation

Installs to ~/.claude/agents/lantisprime-claude-sdlc-scope-ingest.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lantisprime/claude-sdlc/HEAD/agents/scope-ingest.md -o ~/.claude/agents/lantisprime-claude-sdlc-scope-ingest.md

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

Full documentation available on GitHub

View Source Repository