-
released this
2026-06-01 15:41:20 +00:00 | 4 commits to main since this releasev0.10.0 — Ideation Engine & Multi-Project Support
New Features
- IDEATE command (
ciagent ideate): Discovers improvement opportunities from 15 git-native signal collectors - Three-tier ideation: Mechanical → Backend-enriched → Cross-project pattern transfer
- Interactive validation: Accept/skip/details for each idea with readline UI
- Idea acceptance: Auto-updates REQUIREMENTS.md and ROADMAP.md
--ideateflag onciagent run: Inserts ideation stage into pipeline- Multi-project support:
active_projects: string[]in config,--projectflag for comma-separated orall - Pipeline IDEATE stage: Orchestrator runs ideation between RESEARCH and PLAN
- External signals: npm audit, dependency staleness
- Cascade impact analysis: Architecture-aware change propagation
- Chaos engineering: 3 default resilience scenarios
- Spec-driven analysis: Ambiguity, contradiction, missing categories
- Architecture drift detection: Documented vs. actual component gaps
- Verification layer inversion: Source files without corresponding tests
Pipeline Flow
SPECIFY → CLARIFY → RESEARCH → IDEATE → PLAN → EXECUTE → TEST → VERIFY → COMPLETECLI Flags
ciagent ideate [--category] [--affected] [--spec] [--external] [--cross-project] [--output] [--project]ciagent run --ideateciagent statusshowsactive_projectsand ideation configciagent run --project allruns pipeline for all active projects
Test Results
594 tests passing across 60 test suites
Phase Releases
- v0.10.0-phase1: Core ideation CLI + three-tier engine
- v0.10.0-phase2: Backend-enriched tier, chaos engineering
- v0.10.0-phase3: External signals, cascade impact
- v0.10.0-phase4: Pipeline integration (IDEATE stage)
- v0.10.0-phase5: Multi-project ideation support
- v0.10.0 (this release): Integration & hardening
Downloads
- IDEATE command (