mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user