https://danielmeppiel.github.io/awesome-ai-native/
Learn to master GitHub Copilot with AI Native Development practices
https://danielmeppiel.github.io/awesome-ai-native/
ai-native coding-agents educational github-copilot
Last synced: about 2 months ago
JSON representation
Learn to master GitHub Copilot with AI Native Development practices
- Host: GitHub
- URL: https://danielmeppiel.github.io/awesome-ai-native/
- Owner: danielmeppiel
- License: other
- Created: 2025-07-23T15:24:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-01-31T22:40:37.000Z (4 months ago)
- Last Synced: 2026-03-31T13:02:16.891Z (2 months ago)
- Topics: ai-native, coding-agents, educational, github-copilot
- Language: SCSS
- Homepage: https://danielmeppiel.github.io/awesome-ai-native
- Size: 265 KB
- Stars: 88
- Watchers: 3
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# π― PROSE for AI Native Development
*This repository has been restructured as a comprehensive GitHub Pages site for better navigation and content extraction. The complete guide is now available at: **[https://danielmeppiel.github.io/awesome-ai-native](https://danielmeppiel.github.io/awesome-ai-native)***
---
## PROSE for AI Native Development
**Programming has evolved.** From Assembly to Python, each abstraction brought us closer to human thought. Now we've reached the final layer: *prose itself becomes executable.*
| | Constraint | Principle | Induced Property |
|---|------------|-----------|------------------|
| **P** | **Progressive Disclosure** | Context arrives just-in-time, not just-in-case | Efficient context utilization |
| **R** | **Reduced Scope** | Match task size to context capacity | Manageable complexity |
| **O** | **Orchestrated Composition** | Simple things compose; complex things collapse | Flexibility, reusability |
| **S** | **Safety Boundaries** | Autonomy within guardrails | Reliability, security |
| **E** | **Explicit Hierarchy** | Specificity increases as scope narrows | Modularity, inheritance |
---
## π Install the PROSE Skill
Use PROSE directly in Claude Code or GitHub Copilot CLI:
```bash
# Add the marketplace
/plugin marketplace add danielmeppiel/awesome-ai-native
# Install the skill
/plugin install prose-architect@prose
```
Once installed, the skill auto-activates when you:
- Ask to build an AI-native app from requirements
- Want to make a legacy project AI-native
- Need to design agent workflows or primitives
---
## π Quick Access
### π **[Complete Guide β](https://danielmeppiel.github.io/awesome-ai-native)**
Access the full AI Native Development guide with improved navigation and structure
### π§ **[The Practice β](https://danielmeppiel.github.io/awesome-ai-native/docs/concepts/)**
Three disciplines that implement PROSE: Prompt Engineering, Agent Primitives, Context Engineering
### π― **[PROSE Specification β](https://danielmeppiel.github.io/awesome-ai-native/docs/prose/)**
The architectural style definitionβconstraints, grounding principles, and derivation
### π οΈ **[Getting Started β](https://danielmeppiel.github.io/awesome-ai-native/docs/getting-started/)**
Build your first Agent Primitives and see immediate results
### βοΈ **[Agent Delegation β](https://danielmeppiel.github.io/awesome-ai-native/docs/agent-delegation/)**
Master advanced patterns and async delegation workflows
### π₯ **[Team Adoption β](https://danielmeppiel.github.io/awesome-ai-native/docs/team-adoption/)**
Scale AI Native Development across your organization
### π **[Reference Guide β](https://danielmeppiel.github.io/awesome-ai-native/docs/reference/)**
Checklists, progression guides, and documentation links
---
## β‘ What This Guide Delivers
Your AI interactions are **inconsistent and unreliable**:
- Sometimes Copilot generates brilliant code, other times it's completely off-target
- You waste time re-prompting and re-explaining the same context repeatedly
- Different requests for similar tasks produce wildly different quality results
- Team members get different AI outputs for the same problems
- You can't predict or control what the AI will focus on
**Sound familiar?** You're experiencing the chaos of unstructured AI interaction.
## The Solution: AI Native Development
**Systematic approach to transform unreliable AI chats into consistent, professional workflows:**
- **Core Technique**: Use structured Markdown to guide AI reasoning (like coding standards for prompts)
- **Agent Primitives**: Build reusable AI configurations that improve over time
- **Context Engineering**: Optimize AI memory and performance for complex projects
- **Async Delegation**: Scale through GitHub Coding Agents and multi-agent coordination
- **Team Intelligence**: Share successful AI patterns across your organization
### π§ Core Mental Model
Each PROSE constraint addresses a specific failure mode:
| Constraint | Failure Mode | Solution |
|------------|--------------|----------|
| **P**rogressive Disclosure | Context overload dilutes attention | Load context just-in-time |
| **R**educed Scope | Scope creep degrades quality | Right-size tasks to context capacity |
| **O**rchestrated Composition | Monolithic prompts collapse | Compose from small primitives |
| **S**coped Boundaries | Unbounded autonomy is unsafe | Define tools, knowledge, approval |
| **E**xplicit Hierarchy | Flat guidance pollutes context | Layer guidance global to local |
---
## π― The Paradigm Shift
*Traditional approach: "Tell the AI what to do"*
**PROSE approach: "Engineer the context and structure for optimal cognitive performance"**
**Ready to transform your AI development workflow?** Visit the [complete guide](https://danielmeppiel.github.io/awesome-ai-native) to choose your learning path and start building more reliable, consistent AI interactions today.
---
## π Repository Structure
This repository contains the source for the GitHub Pages site:
```
awesome-ai-native/
βββ docs/ # Main guide sections
β βββ concepts/ # Engineering principles
β βββ getting-started/ # Foundation setup
β βββ workflows/ # Advanced orchestration
β βββ team-adoption/ # Scaling strategies
β βββ reference/ # Quick lookups
βββ _examples/ # Ready-to-use templates
β βββ instructions/ # Domain-specific guidance
β βββ chatmodes/ # Role-based AI specialists
β βββ prompts/ # Workflow templates
β βββ specifications/ # Implementation blueprints
βββ index.md # Site homepage
βββ _config.yml # Jekyll configuration
```
---
## π€ Contributing
We welcome contributions that advance AI Native Development research and practice! Whether you're sharing experimental results, contributing Agent Primitives, or improving documentationβyour expertise helps push the boundaries of AI-assisted programming.
**[π Read the Contributing Guide β](CONTRIBUTING.md)**
This project is licensed under **CC BY-NC-SA 4.0**, enabling free educational use while supporting sustainable commercial development. Contributors retain copyright to their work and are credited in all derivative applications.
---
## π License
This work is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](LICENSE).
- β
**Free for education, research, and non-commercial use**
- β
**Attribution required**
- β
**Derivatives must use same license**
- β **Commercial use requires permission**
For commercial licensing inquiries (corporate training, book publishing, etc.), please contact [@danielmeppiel](https://github.com/danielmeppiel).
---
> π **Community Resources:** Explore the [Awesome GitHub Copilot](https://github.com/github/awesome-copilot) repository for hundreds of community-contributed instructions, prompts, and chat modes across all major languages and frameworks.