Unified approach to AI-assisted software development and DevOps, aggregating research and best practices from multiple projects.
This project consolidates instruction files, prompts, and workflows for AI-assisted development from several mature projects:
- minouris/spafw37 (most comprehensive workflow)
- minouris/prompt-driven-development (metaprompts and composition)
- minouris/claude-code-container (most up-to-date instructions)
- minouris/nightingale-truenas (memory-based approach)
-
Read the Analysis: analysis.md contains a comprehensive analysis of all source projects with timeline, maturity assessment, and key findings.
-
Review Recommendations: recommendations.md provides the concrete import plan with 6 phases and specific files to copy.
-
Follow the Import Plan: Start with Phase 1 (core meta-instructions) and work through successive phases.
✅ Completed: Research and analysis phase (Issue #1)
🔲 Next: Begin Phase 1 imports (core instructions)
- analysis.md - Full project analysis, timeline, and maturity assessment
- recommendations.md - Concrete import plan and implementation guide
ai-devops/
├── .github/
│ ├── copilot-instructions.md
│ ├── instructions/ # How to do things
│ │ ├── core/ # Meta-instructions
│ │ ├── standards/ # Quality standards
│ │ ├── technical/ # Domain-specific
│ │ └── composition/ # Advanced patterns
│ ├── prompts/ # What to do
│ │ ├── planning/
│ │ └── execution/
│ └── agents/ # Specialized AI personas
├── docs/
│ ├── framework/ # System documentation
│ ├── lessons/ # Field lessons
│ └── research/ # Background research
└── README.md
- Selective Loading: Only load instructions relevant to current task
- Step-Based Execution: Break plans into discrete, trackable steps
- Memory Management: Explicit fact tracking and verification
- Continuous Refinement: Field lessons fed back into instructions
- Safety First: Built-in verification and guardrails
- Tool-Agnostic Core: But with tool-specific optimizations available
This is a consolidation project. Improvements should generally be:
- Tested in this project
- Fed back to source projects as appropriate
- Documented as field lessons