Skip to content

BackGwa/Agentic-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agentic Structure

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.

How to use

Put AGENTS.md and the guidelines/ folder in your project root. That’s it.

Guideline docs

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