一键导入
quick-feature
Investigate, gate, plan, implement, and QA a very small feature with explicit approval and tight scope.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Investigate, gate, plan, implement, and QA a very small feature with explicit approval and tight scope.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute live manual QA from written cases or an inline repro case, capture verifiable artifacts, and write a structured result report.
Convert a manual QA Markdown result into a standalone HTML evidence report with clickable proof links for JSON, images, and code snippets.
Reproduce a bug locally, trace intent and history, propose the smallest safe fix, then implement and verify the repair.
Turn a technical spec or concrete problem statement into a concrete implementation and test plan formed of small, traceable tasks.
Review PR discussions to identify improvements to agents, templates, or instructions; write a retro report to rnd/retros.
Convert product specs into a repo-grounded technical specification / high-level design.
| name | quick-feature |
| description | Investigate, gate, plan, implement, and QA a very small feature with explicit approval and tight scope. |
Deliver a very small feature safely by investigating first, enforcing a hard eligibility gate, writing exactly one build plan, waiting for explicit approval, then implementing and verifying with automated checks plus live QA.
{{rnd/agents/shared/command-hygiene.md}}
Keep tiny feature work tiny. If the request needs structural refactoring, multi-task planning, schema redesign, or broader coordination, stop and redirect to the standard repo workflow (create-tech-spec -> create-build-plan -> implement-feature).
AGENTS.md / CLAUDE.md files relevant to the touched arearnd/templates/build_plan.mdrnd/templates/test_cases.md when written checks are neededrnd/build_plans/<feature-id>-T1-build-plan.mdrnd/agent_summaries/<agent-id>-<timestamp>.md when the user is satisfiedOnly continue in quick-feature mode if all of the following are true:
If any limit is violated or unclear, stop and redirect to the standard workflow. Do not partially plan or implement out-of-bounds work inside quick-feature.
Before starting any work, create a persistent phase checklist using the environment task tracker or /tmp/quick-feature-<feature-id>-phases.md.
Required checklist:
- [ ] Phase 1: Investigation (separate context required; no phase skill exists; use `rnd/agents/team-lead.md`)
- [ ] Phase 2: Eligibility gate (separate context required; no phase skill exists; use `rnd/agents/team-lead.md`)
- [ ] Phase 3: Build plan (required skill: `create-build-plan`; fallback: `rnd/agents/team-lead.md`)
- [ ] Phase 4: Implementation (required skill: `implement-build-plan`; fallback: `rnd/agents/developer.md`)
- [ ] Phase 5: QA (required skills: `create-test-cases` when needed, `run-e2e-tests` when needed, `run-manual-qa-tests` as final gate; fallbacks: `rnd/agents/qa-team-lead.md`, `rnd/agents/e2e-engineer.md`, `rnd/agents/manual-qa-tester.md`)
- [ ] Wrap-up: Interaction log written
Rules:
Separate context required.
No phase-specific skill exists.
Use agent brief: rnd/agents/team-lead.md
Separate context required.
No phase-specific skill exists.
Use agent brief: rnd/agents/team-lead.md
ELIGIBLE, NOT_ELIGIBLE, or AMBIGUOUS.Required skill: create-build-plan
Fallback teammate brief: rnd/agents/team-lead.md
rnd/agents/team-lead.md and rnd/templates/build_plan.md to draft exactly one build plan.T1 scope and saved to rnd/build_plans/<feature-id>-T1-build-plan.md.Do you approve this build plan and want me to implement it now? (yes/no)Required skill: implement-build-plan
Fallback teammate brief: rnd/agents/developer.md
rnd/agents/developer.md.Required skills: create-test-cases when useful, run-e2e-tests for automated flow coverage, then run-manual-qa-tests as the final gate
Fallback teammate briefs: rnd/agents/qa-team-lead.md, rnd/agents/e2e-engineer.md, rnd/agents/manual-qa-tester.md
rnd/templates/test_cases.md and rnd/agents/qa-team-lead.md.rnd/agents/e2e-engineer.md and the repo testing instructions.curl, logs, or CLI access as appropriate./tmp/quick-feature-<feature-id>-phases.md and update it after each phase.AGENTS.md / CLAUDE.md files, and the repo templates needed for the task.rnd/build_plans/, current codebase files, rnd/test_cases/ when needed, rnd/manual-qa-results/ for final live QA, and rnd/agent_summaries/ when the user is satisfied.{{rnd/agents/summary.md}}