A continuously updated knowledge base of AI Agent Coding documentation, templates, and engineering practices.
This repository collects the documents, Prompts, templates, specifications, and workflows that I have researched, used, and verified while developing AI Agents and working with AI-assisted programming. It turns scattered experience into readable, reusable, and maintainable engineering assets for personal projects and team development workflows.
The repository currently focuses on these areas:
- OpenSpec / SDD: requirement research, specification design, task breakdown, Change management, and acceptance workflows
- Context Engineering: context routing, progressive disclosure, memory design, and long-running task management
- Prompt Engineering: Prompts for research, planning, development, Review, and debugging
- Agent Design: Agent runtime architecture, Tool Contracts, Routing, Guardrails, governance, and evaluation
- Agent Workflows: collaboration patterns for tools such as Claude Code, Codex CLI, and Gemini CLI
- Reusable assets: general-purpose Markdown documents, templates, Checklists, Agent rules, and Prompts
- Shared rules: rules used across roles and workflows
ai-agent-coding-solution-kit/
ββ openspec/
β ββ openspec-agent-workflow-router/
β ββ docs/
β ββ prompts/
β ββ templates/
β ββ codex-skill/
ββ context-engineering/
β ββ docs/
β ββ patterns/
β ββ templates/
ββ prompt-engineering/
β ββ docs/
β ββ prompts/
β β ββ structured-artifact-generation/
β ββ templates/
ββ agent-design/
β ββ tool-schema-routing/
β ββ docs/
β ββ patterns/
β ββ templates/
ββ agent-workflows/
β ββ openspec-multi-agent-lifecycle/
β ββ workflow-artifact-shared-state-handoff/
β ββ docs/
β ββ examples/
β β ββ generic-feature-change/
β ββ patterns/
β ββ prompts/
β ββ schemas/
β ββ templates/
ββ shared/
Each content type has a distinct purpose:
docs: concepts, methods, and engineering notestemplates: document structures ready to copy and adaptprompts: instructions for AI Agentspatterns: design patterns reusable across projectsexamples: implementation and workflow examplesschemas: specifications that describe data structures or deliverable formats
This repository evolves with AI Coding Agent, OpenSpec, Context Engineering, and Prompt Engineering practices. The material comes from personal research and engineering work. Validate it against the model, tool version, and project environment before adoption.