feat: separate core vs niche skills and enforce research-first default

* Initial plan

* docs: document core skill scope

---------

Co-authored-by: openai-code-agent[bot] <242516109+Codex@users.noreply.github.com>
This commit is contained in:
Codex
2026-02-28 10:06:43 -08:00
committed by GitHub
parent b3d3eac532
commit dc8455dd10
4 changed files with 34 additions and 6 deletions

View File

@@ -6,6 +6,10 @@ The Feature Implementation Workflow describes the development pipeline: planning
## Feature Implementation Workflow
0. **Research & Reuse**
- Run the **search-first** skill or researcher agent to scan the existing codebase and GitHub open-source repos for implementations/templates before planning work.
- Prefer adopting or porting a proven approach over writing net-new code when it meets the requirement.
1. **Plan First**
- Use **planner** agent to create implementation plan
- Identify dependencies and risks