Overview
Use a blank-slate rebuild to improve a bloated agent setup:
- Remove the accumulated skills, plugins, servers, and large instruction files from the active
setup.
- Observe the agent in its basic mode. Identify what it already does well and where it actually
fails.
- Reintroduce only capabilities that solve an observed problem. Do not reinstall a tool merely
because it was previously present.
- Prefer user-invoked procedures for strategic workflows. Keep the human responsible for deciding
when to brainstorm, clarify, plan, create requirements, split tasks, or review.
- Use automatic abilities selectively. They are most defensible when the agent needs a narrow rule
at the moment of implementation, such as a coding convention.
- Install skills in a form that can be edited. Experiment with their wording and behavior instead
of treating them as fixed products.
- Maintain shared procedures as team assets. Let engineers contribute improvements when a procedure
misses an edge case or creates unnecessary work.
A practical sequence might be: invoke an adversarial interview, produce a requirements document from the resolved decisions, convert that document into scoped issues, and then assign selected issues to implementation agents.