一键导入
feature
Start structured feature implementation workflow. Use when implementing new features, adding functionality, or building complete user-facing capabilities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start structured feature implementation workflow. Use when implementing new features, adding functionality, or building complete user-facing capabilities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Systematic analysis and reasoning workflows. Use when performing audits, investigation, requirements analysis, risk analysis, scenario/edge-case enumeration, or design analysis that demands evidence-based, comprehensive coverage.
Code quality and safety standards. Activates when editing or reviewing code. Use for quality priorities, safety checks, and code correctness verification.
Use when performing coding tasks (implement features, fix bugs, refactor code). Orchestrates language detection, mode switching (normal/autopilot/full-auto), quality enforcement, and verification.
Break a problem into atomic, testable subproblems. Use when facing complex tasks, unclear requirements, or planning implementation strategy.
Use when starting work that needs isolated branches or parallel feature development using git worktrees.
Develop, maintain, and audit Go analyzers (go/analysis). Use when creating/updating analyzers, suggested fixes, analysistest golden files, or integration analyzer harnesses.
| name | feature |
| description | Start structured feature implementation workflow. Use when implementing new features, adding functionality, or building complete user-facing capabilities. |
| allowed-tools | ["shell","read_file","apply_patch","write_file","update_plan"] |
| metadata | {"short-description":"Complete feature implementation workflow"} |
Read this reference:
~/.config/agent/workflows/feature.md - Complete 7-phase feature workflowThis skill respects coding modes when performing implementation work:
coding skill for full mode definitions and guardrailsIf no mode is active, default to normal mode (confirm all modifications).
Follow this structured 7-phase workflow for feature implementation:
Per AGENT.md Problem-Solving Framework:
Apply decomposition and parallelization:
Apply task discipline:
Apply testing guidelines:
go test -race ./...TDD guidance: TDD is encouraged by default, not required. If strict TDD is explicitly requested, invoke tdd-enforce.
Apply quality and safety standards:
Update documentation:
Perform self-review:
Completion gate: Use verification-before-completion before any completion claim.
Feature to implement: ${ARGUMENTS}