Do this.
1. Claude, analyse all the agent sessions you can find on my machines with a haiku subagent: extract all the feature requests, steering, and feedback I gave to an agent. Ask subagent to focus on abstract generalised situations instead of project-specific features.
2. For extracted sessions, use a sonnet subagent to classify kinds of requests. Keep things abstract, non-specific to a given project.
3. For kind of a request, determine when it's applicable based on a project state, do a research about agentic behavior, establish what would lead the agent to an approved/accepted outcome.
4. Save the analysis as a "/be-me" skill, it should guide the agent ot perform the same decision tree as established from the analysis based on the current state of the project. Skill should lead the agent to perform a full clean cycle of software development, including adversarial review, and verification of changes via manual testing (by the agent). The skill should actively rely on the subagents invocation to perform any actual work and keep the main agentic loop purely as an orchestrator.
5. Update "/be-me" skill to include persistence layer via a local log file, one per each specific project.
6. /loop /be-me