Initial commit: .claude folder with agents and skills

This commit is contained in:
Harivansh Rathi 2026-03-23 23:10:37 -04:00
commit aa9a785e26
42 changed files with 3367 additions and 0 deletions

View file

@ -0,0 +1,25 @@
### Status
- Document: [.humanlayer/tasks/ENG-XXXX-description/YYYY-MM-DD-research-questions.md](cloud permalink from hook)
- Ticket: [ENG-XXXX](ticket URL if known, otherwise omit link)
- Questions: [count]
### Research Questions
- [question 1]
- [question 2]
- ...
### Next Step
To continue this session, use a prompt like the below:
```text
use the create-research skill with the questions document at .humanlayer/tasks/ENG-XXXX-description/YYYY-MM-DD-research-questions.md
```
The research phase will extract the questions and conduct comprehensive codebase research to answer them.
---
You can view the full document here: [YYYY-MM-DD-research-questions.md](cloud permalink from hook)

View file

@ -0,0 +1,10 @@
---
type: research-questions
---
# Research Questions
1. Explain how [FEATURE] works end to end and all the systems involved
2. Explore the contract between [COMPONENT1] and [COMPONENT2] and how its implemented on both sides
3. Trace the flow of logic from [ENDPOINT] down to [DATASTORE]
4. Find all users of [DATABASE COLUMN or DATABASE TABLE] and what the data is used for