mirror of
https://github.com/harivansh-afk/rpi.git
synced 2026-04-17 08:01:02 +00:00
Initial commit: .claude folder with agents and skills
This commit is contained in:
commit
aa9a785e26
42 changed files with 3367 additions and 0 deletions
|
|
@ -0,0 +1,31 @@
|
|||
### Status
|
||||
|
||||
- Document: [.humanlayer/tasks/ENG-XXXX-description/YYYY-MM-DD-research.md](cloud permalink from hook)
|
||||
- Ticket: [ENG-XXXX](ticket URL if known, otherwise omit link)
|
||||
- Open Questions: [count or "none"]
|
||||
|
||||
### Summary
|
||||
|
||||
[2-3 sentence summary of key findings]
|
||||
|
||||
### Key Code References
|
||||
|
||||
- `path/to/file.ts:123` - [brief description]
|
||||
- ...
|
||||
|
||||
### Open Questions
|
||||
|
||||
- [any questions that could not be answered by your research]
|
||||
- ...
|
||||
|
||||
### Next Steps
|
||||
|
||||
To proceed to the next phase, use a prompt like
|
||||
|
||||
```text
|
||||
use the create-design-discussion skill for [.humanlayer/tasks/ENG-XXXX-description]
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
You can view the full document here: [YYYY-MM-DD-research.md](cloud permalink from hook)
|
||||
|
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
date: [Current date and time with timezone in ISO format]
|
||||
git_commit: [Current commit hash]
|
||||
branch: [Current branch name]
|
||||
repository: [Repository name]
|
||||
topic: "[User's Question/Topic]"
|
||||
type: research
|
||||
tags: [research, codebase, relevant-component-names]
|
||||
status: complete
|
||||
---
|
||||
|
||||
# Research: [User's Question/Topic]
|
||||
|
||||
**Date**: [Current date and time with timezone from step 4]
|
||||
**Git Commit**: [Current commit hash from step 4]
|
||||
**Branch**: [Current branch name from step 4]
|
||||
**Repository**: [Repository name]
|
||||
|
||||
## Research Question
|
||||
[Original user query]
|
||||
|
||||
## Research Methodology (verbatim)
|
||||
|
||||
This document will remain objective and factual. It does not contain any recommendations or implementation suggestions.
|
||||
Open questions will not ask Why things haven't been built or what should be built in the future.
|
||||
|
||||
There is no "implementation" section - that is intentional.
|
||||
|
||||
## Summary
|
||||
[High-level documentation of what was found, answering the user's question by describing what exists]
|
||||
|
||||
## Detailed Findings
|
||||
|
||||
### [Component/Area 1]
|
||||
- Description of what exists ([file.ext:line](link))
|
||||
- How it connects to other components
|
||||
- Current implementation details (without evaluation)
|
||||
|
||||
#### Testing patterns
|
||||
- [concrete examples of how this component is tested in the codebase]
|
||||
- [unit or integration or e2e or whatever else exists]
|
||||
|
||||
### [Component/Area 2]
|
||||
...
|
||||
|
||||
## Code References
|
||||
- `path/to/file.py:123` - Description of what's there
|
||||
- `another/file.ts:45-67` - Description of the code block
|
||||
|
||||
## Architecture Documentation
|
||||
[Current patterns, conventions, and design implementations found in the codebase]
|
||||
|
||||
## Open Questions
|
||||
[Any areas that need further investigation - keep it focused to codebase understanding - "How does X Work" not "Should Y be the case"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue