bmad-generate-project-context

Generates a project-context.md capturing technology stack, patterns, and anti-patterns.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/imonmi/INTER-EDU --skill bmad-generate-project-context-imonmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-generate-project-context
Source: https://github.com/imonmi/INTER-EDU/tree/main/_bmad/bmm/workflows/bmad-generate-project-context
Command: npx skills add https://github.com/imonmi/INTER-EDU --skill bmad-generate-project-context-imonmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams standardize how AI agents implement code by generating a dedicated project-context.md that captures rules, patterns, and guidelines for consistent development.

Core Features & Use Cases

  • Generates a lean, LLMed-optimized project-context document capturing technology stack, patterns, and anti-patterns.
  • Guides iterative discovery and collaboration via a step-based workflow (discover, generate, complete).
  • Enables agents to read and follow project standards before coding.

Quick Start

Run the bmad-generate-project-context skill to produce {output_folder}/project-context.md following workflow.md instructions.

Frequently Asked Questions about bmad-generate-project-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a project-context document for AI coding agents?

A project-context document captures your technology stack, existing patterns, and critical rules into a single lean project-context.md file optimized for AI agents to read before coding. It solves inconsistent AI-generated code by standardizing implementation guidelines.

How do I standardize AI coding standards across my development team?

You standardize AI coding standards by applying a structured workflow that iteratively discovers and generates category-specific rules, enforcing consistency, safety, and maintainability across all teams. This ensures every AI agent follows the same project-wide guidelines.

Can I capture existing code patterns and anti-patterns for LLM context generation?

Yes, the Skill extracts both patterns and anti-patterns from your repository during the discovery phase. It applies category-specific rule generation to ensure these conventions are explicitly documented for AI agents within the project-context file.

Does this project context generator work without external dependencies?

Yes, the project context generator works without external dependencies. It operates as a standalone Skill with no required modules, applying its structured workflow and frontmatter tracking to generate the context document directly from your codebase analysis.

What is the workflow to create and maintain AI rules for a repository?

The workflow to create AI rules follows a step-based process: discover, generate, and complete. It guides iterative collaboration to extract your technology stack and rules, applying frontmatter tracking and category-specific rule generation to output a reusable project-context.md file.