What problem does it solve? Turning a raw feature or refactor idea into a structured, executable project plan requires research, codebase validation, task breakdown, and agent coordination — doing this manually is slow and error-prone, and hallucinated file paths or invalid references waste entire agent tasks. ## Core Features & Use Cases - End-to-end mission creation: Researches an idea across the project knowledge base, library docs, and web, then validates every code reference against the OCXP code graph before creating the mission. - Two creation modes: Mode 1 lands a hand-authored plan in one call via ch_create_mission_with_plan (execute-ready); Mode 2 lets AgentCore generate the plan for large or fuzzy missions via pipeline_mode="plan" or "process". - Fully-specced tasks: Produces SMART goals, phased todos with ten-field specs, typed references, dependency ordering, DoD gates, agent roles, model routing, and git worktree setup. - Use Case: Say "forge a mission to add rate limiting to the ask API" and receive a complete mission with research docs, validated code references, ordered phases, and per-agent branches ready for execution. ## Quick Start Ask the agent to forge a mission for your feature idea, for example: forge a mission to migrate the docs knowledge base from AOSS to S3 Vectors.