Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:48 +08:00
commit bb91270797
6 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
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.