20 lines
1002 B
Markdown
20 lines
1002 B
Markdown
---
|
|
argument-hint: [feature-id]
|
|
description: Research a feature and generate a file with hints for the planning agent
|
|
---
|
|
|
|
Read the initial research file in .claude/features/[$1].md that contains the feature description provided by the user.
|
|
|
|
If you can't find the feature file, ask the user to provide the feature description.
|
|
|
|
Then, research the codebase for usefull information about the feature:
|
|
|
|
- If there are existing implementations, you can use them as a reference.
|
|
- If there are libraries or frameworks that can be used, you can use them as a reference.
|
|
- If there are README.md files that describe usefull information about the feature, you can use them as a reference.
|
|
|
|
(Reference document pahts, don't copy over the code).
|
|
|
|
DON'T PROPOSE ANYTHING. NO ESTIMATES. NO PLANS. NO IMPLEMENTATIONS. NO CODE. JUST RESEARCH. DON'T TRY TO TELL THE NEXT AGENT WHAT TO DO, HE KNOWS. NO TODOs.
|
|
|
|
Once you have gathered all the information, return the research in a file called .claude/research/[$1].md. |