A collaboration-first prompting/development guideline framework to make programming more efficient. The goal is to get better outcomes through user ↔ agent feedback, rather than the agent planning and executing everything alone.
Put AGENTS.md and the guidelines/ folder in your project root. That’s it.
| Document | What it covers |
|---|---|
guidelines/DEVELOPMENT_PROCESS.md |
Collaborative workflow: clarify → implement → validate → wrap up |
guidelines/CODING_STANDARDS.md |
Readability, structure, reuse, consistency |
guidelines/ERROR_HANDLING.md |
Layered responsibilities, safe failures/recovery, no sensitive leakage |
guidelines/SECURITY_GUIDELINES.md |
Secrets, authn/authz, uploads, rate limiting, operational safety |
guidelines/DISCUSSION_GUIDELINES.md |
When/how to discuss ambiguity and trade-offs; decision recording |
guidelines/COMMENTING_GUIDELINES.md |
Minimal, high-signal comments (explain “why”) |
guidelines/KNOWLEDGE_SHARING.md |
Lightweight references under references/ for reusable context/decisions |