devfullcycle/mba-ia-greenfield-project

19Stars on the repository
33Mods indexed here, across every type
25d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

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…

19 25d ago A 0 tokens

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…

19 25d ago A 104 tokens

decisions-reader

03

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…

19 25d ago A 0 tokens

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…

19 25d ago C 0 tokens

phases-reader

05

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…

19 25d ago A 0 tokens

plan-reader

06

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.

19 25d ago A 59 tokens