
Assisted Agentic Workflow Capability
This is the everyday rhythm for working with an AI agent inside your repository. Instead of one giant prompt and a tangle of follow-ups, the work moves in a steady, owner-supervised pass cycle: plan a small step, do it, summarize what changed, and hand off cleanly to the next pass.
What it is for
Most repository work — drafting, fixing, organizing, deciding — does not fit a single narrow Capability. Assisted Agentic Workflow is the dependable default for all of it. You stay in the driver’s seat while the agent does the legwork in pieces small enough to review and approve as you go.
Frictions it removes
- Reinventing instructions every session. The cycle is the same each time, so you do not have to re-explain how you like to work.
- Runaway changes. Small, reviewable steps keep the agent from doing too much at once and burying mistakes.
- Losing the thread. Every pass ends with a short summary, so picking back up later is effortless.
How it works
- Plan the next small, concrete step together.
- Implement just that step.
- Summarize what changed and why.
- Hand off so the next pass — or a fresh session — starts with full context.