What problem does it solve?
After a successful task run, teams often lack an automated, consistent way to determine the single most valuable next step; decisions are left to manual review and can miss high-impact follow-ups. This Skill reads the run context and summary to produce one concrete, scoped continuation that is implementation-ready and avoids duplicate proposals.
Core Features & Use Cases
- Single Best-Next-Step: Analyze task_context.json, execution logs, and the task summary to identify the highest-value continuation.
- Concrete, Scoped Output: Produce a proposal object containing title, summary, and a taskCreateRequest that can be enqueued directly.
- Run-Quality Metadata: Tag proposals with category "run_quality" and include approved tags and signal metadata when applicable.
- Use Case: After an automated test-and-build workflow completes successfully, generate a proposal to run a performance tuning phase or a targeted refactor to improve maintainability.
Quick Start
Generate one concrete continuation proposal for jobId 12345 using the task summary and the task_context.json artifact.