bmad-generate-project-context
GitHub该技能已弃用,用于将用户请求转发至bmad-project-context。当用户要求生成项目上下文时,提示弃用信息并调用上游技能处理。
Trigger Scenarios
Install
npx skills add bmad-code-org/BMAD-METHOD --skill bmad-generate-project-context -g -y
SKILL.md
Frontmatter
{
"name": "bmad-generate-project-context",
"metadata": {
"lifecycle": "shim"
},
"description": "Deprecated — forwards to bmad-project-context. Use when the user says \"generate project context\" or \"create project context\""
}
DEPRECATED — forwards to bmad-project-context
Tell the user: this skill is deprecated — bmad-project-context now owns this job. Instead of one generated project-context.md, it writes a small verified block inside the repo's AGENTS.md, and any existing project-context.md is offered up for absorption rather than left orphaned. Invoke bmad-project-context next time.
Then invoke bmad-project-context with setup intent, forwarding the user's original request and any inputs they supplied (architecture doc, spec, standards, preferences), verbatim. It takes the workflow from here.
Version History
- 67d876f Current 2026-08-20 10:27


