bmad-testarch-trace
Generate traceability matrix and quality gate decision. Use when the user says "lets create traceability matrix" or "I want to analyze test coverage"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate traceability matrix and quality gate decision. Use when the user says "lets create traceability matrix" or "I want to analyze test coverage"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]"
Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan"
Senior software engineer for story execution and code implementation. Use when the user asks to talk to Amelia or requests the developer agent.
Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project's existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature.
Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says "run code review" or "review this code"
Builds, edits or analyzes Agent Skills through conversational discovery. Use when the user requests to "Create an Agent", "Analyze an Agent" or "Edit an Agent".
| name | bmad-testarch-trace |
| description | Generate traceability matrix and quality gate decision. Use when the user says "lets create traceability matrix" or "I want to analyze test coverage" |
scripts/resolve-customization.py -- Resolves customization from three-layer TOML merge (user > team > defaults). Outputs JSON.Resolve inject and additional_resources from customization:
Run: python3 scripts/resolve-customization.py bmad-testarch-trace --key inject --key additional_resources
Use the JSON output as resolved values.
inject.before resolved to a non-empty value, prepend it to your active instructions and follow it.additional_resources list. Do not read these files now; they are available for the injected prompt or workflow steps to reference when needed.Follow the instructions in workflow.md.
After the workflow completes, resolve inject.after from customization:
Run: python3 scripts/resolve-customization.py bmad-testarch-trace --key inject.after
If resolved inject.after is not empty, append it to your active instructions and follow it.