Skip to content

Repository files navigation

πŸŽ“ AI Agent Code Solution Kit

English | 繁體中文

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.

πŸ“š Contents

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

πŸ“‚ Repository structure

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 notes
  • templates: document structures ready to copy and adapt
  • prompts: instructions for AI Agents
  • patterns: design patterns reusable across projects
  • examples: implementation and workflow examples
  • schemas: specifications that describe data structures or deliverable formats

🌱 Ongoing maintenance

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.

About

πŸ“—Reusable docs, prompts, templates, and engineering practices for AI-agent coding, agent design, OpenSpec/SDD, context engineering, prompt engineering, and agent workflows.

Topics

Resources

Stars

62 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages