bmad-generate-project-context

Forwards deprecated project context generation requests to bmad-project-context.

6|Updated Aug 29, 2026
One-click install
npx skills add https://github.com/HordRicJr/Akomagni --skill bmad-generate-project-context-hordricjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-generate-project-context
Source: https://github.com/HordRicJr/Akomagni/tree/main/bmad-core/.agents/skills/bmad-generate-project-context
Command: npx skills add https://github.com/HordRicJr/Akomagni --skill bmad-generate-project-context-hordricjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill handles legacy requests to generate a standalone project-context.md file by redirecting them to the current bmad-project-context skill, which instead writes a verified context block inside the repository's AGENTS.md file. ## Core Features & Use Cases - Deprecation Notice: Informs the user that this skill is deprecated and that bmad-project-context now owns the project context job. - Request Forwarding: Invokes bmad-project-context with setup intent, passing the user's original request and any supplied inputs (architecture docs, specs, standards, preferences) verbatim. - Use Case: A user says "generate project context" in a repository that already has an old project-context.md; this skill explains the change and hands off so the context is written into AGENTS.md and the orphaned file is offered for absorption. ## Quick Start Ask the assistant to generate project context for this repository and it will forward the request to bmad-project-context automatically.

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 project context for my repository?

Ask to generate project context and the request is forwarded to bmad-project-context with setup intent. It writes a small verified context block inside the repository's AGENTS.md rather than creating a separate file.

What happened to the project-context.md file?

The standalone project-context.md approach is deprecated. bmad-project-context now stores context inside AGENTS.md, and any existing project-context.md is offered up for absorption instead of being left orphaned.

Is bmad-generate-project-context still supported?

No, it is deprecated and only acts as a forwarding shim. It notifies the user of the change and invokes bmad-project-context, which owns the project context workflow going forward.

Can I pass architecture docs or specs when generating project context?

Yes. Any inputs you supply, such as architecture documents, specs, standards, or preferences, are forwarded verbatim to bmad-project-context along with your original request.