devfullcycle/mba-ia-greenfield-project
Agent Claude Code
Given a scope prose + mode, globs docs/decisions/.md, reads only the frontmatter of each candidate, applies a per-mode candidate-pool filter, and returns a ranked shortlist of decisions docs semantically correlated with the scope. Used by plan-context in both phase mode (pool = ad-hoc docs with relatedphases: []) and…
devfullcycle/mba-ia-greenfield-project
Agent Claude Code
Reads the decisions documents tied to a target phase or task and extracts, per decided TD, only the Recommendation: prose + Libraries: line. Returns a compact ## Decisions Detail for Phase NN / ## Decisions Detail for Task {slug} block ready for direct embedding in context.md. Use when a stage of the plan pipeline…
devfullcycle/mba-ia-greenfield-project
Agent Claude Code
Reads and filters technical decisions documents tied to a target phase or task. Returns a compact, structured index of all TDs (phase mode: phase-scope doc + ad-hoc docs with the phase in relatedphases; task mode: the task's own ad-hoc doc if present) with their status, scope, topic, decision (if decided), and…
devfullcycle/mba-ia-greenfield-project
Agent Claude Code
Reads the screen inventory file tied to a target phase or task and returns a compact digest for embedding in context.md's ## UI Inventory section. Emits ### UI ↔ Capability Join (flat table: screen | route | verb | capability | coveringcomponent), ### Server-connected Components, ### Open Questions from Inventory…
devfullcycle/mba-ia-greenfield-project
Agent Claude Code
Reads prior-phase planning documents and extracts the Conventions to Match bullets AND the Inherited TD Details (verbatim from each prior phase's context.md ## Decisions Detail section) AND the Inherited Deferred Capabilities (verbatim from each prior phase's context.md ## Non-UI / Deferred Capabilities rows with…
devfullcycle/mba-ia-greenfield-project
Agent Claude Code
Reads docs/project-plan.md and extracts only the target phase's scope (name, capabilities, out-of-scope, deliverables, affected subprojects) plus one-line summaries of the immediate neighbor phases. Returns a compact structured summary so the main thread never loads the full project-plan.