This repository is an AI development workbench for building and standardizing agent-assisted coding workflows across projects.
It is not a product application. It is a control layer for instructions, workflows, prompt patterns, helper scripts, and persistent context that help coding agents behave consistently and safely.
Detailed operating rules live in AGENTS.md.
AGENTS.md- root operating instructions for agents working in this repositoryworkflows/- reusable task workflows such as feature, bugfix, and reviewprompts/- reusable prompt templates for common agent interactionsscripts/- helper scripts, with PowerShell-first usagememory/- persistent repository context and notesexperiments/- isolated space for safe testing and prototypes
The default workflow in this repository is:
- Read the instructions.
- Restate the task in concrete terms.
- Choose the smallest safe change.
- Change one file when possible.
- Verify the result.
- Stop and evaluate before expanding scope.
For the full development rules, output format, and safety constraints, use AGENTS.md and the relevant file in workflows/.