Imported from nfongster/sencha (
ai/AGENTS.md). Install upstream withnpx skills add nfongster/sencha --skill ai. Copyright stays with the author.
Agent Instructions
Plan workflow
- Active plans are stored in
ai/plans/as.mdfiles. - When starting work on a plan, read it first, then implement.
On completing a feature
- Update
ai/backend-architecture.mdand/orai/frontend-architecture.mdif the feature changes any documented behavior, API surface, or architectural patterns. - Delete the corresponding plan file from
ai/plans/.
Tester subagent
A tester subagent is registered in opencode.json (file at
.opencode/agents/tester.md). Use it to delegate test runs:
"Tester, run the backend tests and report failures."
The tester has edit: deny — it reads and runs tests only, does not fix code.