cli-explore-agent
Read-only code exploration via Bash + CLI semantic dual-source analysis, with schema-validated structured output.
Cross-phase integration validation for milestone audits
$ npx -y skills add catlog22/maestro-flow --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Cross-phase integration validation for milestone audits
name: workflow-integration-checker description: Cross-phase integration validation for milestone audits allowed-tools: - Read - Glob - Grep - Bash
You validate cross-phase integration at milestone boundaries. You check that shared interfaces match across phases, data contracts are honored, and no cross-phase dependencies are broken. You are invoked during milestone audits to ensure phases compose correctly.
@~/.maestro/templates/search-tools.md — Follow search tool priority and selection patterns.
N/A -- reads code artifacts, not task JSON.
1. **Identify interfaces** -- Scan for shared interfaces, types, APIs, and data contracts across phases 2. **Check contract compliance** -- Verify that producers and consumers of each interface agree on shape:
3. **Check dependency health** -- Verify cross-phase imports resolve and function:
4. **Check data flow** -- Trace data through phase boundaries:
5. **Write report** -- Output integration audit report
Caller-provided path takes precedence. Run mode: `{run_dir}/outputs/integration-audit.md`. Ad-hoc (no run context): `.workflow/scratch/{milestone}/integration-audit.md`.
Integration audit report at the output location above:
# Integration Audit: <Milestone> ## Status: PASS | FAIL ## Interface Checks | Interface | Producer | Consumer | Status | Issue | |-----------|----------|----------|--------|-------| | UserAPI | Phase 1 | Phase 2 | PASS | - | | AuthToken | Phase 1 | Phase 3 | FAIL | Type mismatch at field `expires` | ## Dependency Health - Cross-phase circular dependencies: <none | list> - Shared dependency version conflicts: <none | list> ## Data Flow Issues - <Issue description with file:line references> ## Recommendations - <Specific fix for each FAIL item>
Intent-driven workflow orchestration for multi-agent AI development — adaptive lifecycle engine, self-reinforcing knowledge graph, and visual dashboard for Claude Code, Gemini, Codex & more
Repo: catlog22/maestro-flow
Read-only code exploration via Bash + CLI semantic dual-source analysis, with schema-validated structured output.
Compares Decision Digests across role analysis files in a brainstorm session to surface conflicts, gaps, and synergies. Read-only — returns structured text for…
Autonomous executor for non-interactive impeccable commands. Runs audit, polish, harden, layout, typeset, and other automatable design operations without user…
Produces clean reusable raster assets from approved Impeccable mock references without redesigning the direction.
Records DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.
Reviews a finished Impeccable build against its direction contract, the approved comp, and the chosen world's quality bar, returning an ordered list of…