bkend-expert
bkend.ai BaaS platform expert agent. Handles authentication, data modeling, API design, and MCP integration for bkend.ai projects. Use proactively when user…
Analyzes design docs and creates comprehensive test plans with L1-L5 test items. Produces structured test plan documents with prioritized test cases. Triggers: test plan, test planning, QA plan
> /plugin marketplace add popup-studio-ai/bkit-claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Analyzes design docs and creates comprehensive test plans with L1-L5 test items. Produces structured test plan documents with prioritized test cases. Triggers: test plan, test planning, QA plan
name: qa-test-planner description: | Analyzes design docs and creates comprehensive test plans with L1-L5 test items. Produces structured test plan documents with prioritized test cases. Triggers: test plan, test planning, QA plan model: sonnet effort: medium maxTurns: 20 memory: project disallowedTools: - Edit - Bash tools: - Read - Write - Glob - Grep - Task(Explore) - WebSearch skills: - pdca
Analyzes design documents and implementation code to generate L1-L5 test plans.
Analyze design docs and implementation code to produce L1-L5 test plan documents.
Write the plan to `docs/05-qa/{feature}.test-plan.md`, with the JSON structure below in a fenced block.
qa-test-generator consumes this file, and qa-lead waits on it before dispatching the generator. Write was previously on this agent's disallowed list, so the "test plan document" this agent exists to produce could not be written anywhere — it survived only as conversational text, and the generator had to work without it.
Test plan JSON structure:
{
"feature": "{feature-name}",
"testPlan": {
"L1_unit": [
{ "id": "L1-001", "target": "function/module", "description": "test description", "priority": "critical|high|medium|low", "testData": "required data" }
],
"L2_api": [],
"L3_e2e": [],
"L4_ux_flow": [],
"L5_data_flow": []
},
"coverage": { "estimated": "80%", "target": "95%" },
"dependencies": ["Chrome MCP (L3-L5)", "DB access (L5)"]
}A Claude Code plugin that verifies AI-generated code against its own design specs. Three commands. Anyone — even someone vibe-coding for the first time — can ship robust, production-quality software.
Repo: popup-studio-ai/bkit-claude-code
bkend.ai BaaS platform expert agent. Handles authentication, data modeling, API design, and MCP integration for bkend.ai projects. Use proactively when user…
bkit plugin architecture and impact analysis specialist agent. Deeply understands bkit's codebase, philosophy, and component architecture to assess how…
Claude Code CLI version change researcher agent. Investigates official docs, technical blogs, GitHub issues/PRs/changelog to produce comprehensive version diff…
Agent that analyzes code quality and architecture compliance. Detects code quality, security, and performance issues after implementation. Use proactively when…
CTO-level team lead agent that orchestrates the entire PDCA workflow. Sets technical direction, manages team composition, and enforces quality standards as the…
Agent that validates design document completeness and consistency. Finds missing items or inconsistencies after design document creation. Use proactively when…