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,39 @@
### Status
- Document: [.humanlayer/tasks/ENG-XXXX-description/YYYY-MM-DD-design-discussion.md](cloud permalink from hook)
- Ticket: [ENG-XXXX](ticket URL if known, otherwise omit link)
- Open Design Questions: [count or "none - all resolved"]
### Patterns to Follow
- [pattern 1]
- [pattern 2]
- ...
### Design Questions
#### [Question Title]
[The design question]
- Option A: [description]
- Option B: [description]
Recommendation: [recommendation with rationale]
#### [Second Question Title]
...
### Next Steps
Please let me know any feedback you want and I'll incorporate it, or, to continue to the next phase, use a prompt like
```text
use the create-structure-outline skill for [.humanlayer/tasks/ENG-XXX-description]
```
---
You can view the full document here: [YYYY-MM-DD-design-discussion.md](cloud permalink from hook)

View file

@ -0,0 +1,76 @@
---
task: eng-xxxx-description
type: design-discussion
repo: [current repository]
branch: [current branch name]
sha: [result of git rev-parse HEAD]
---
### Summary of change request
[summary of what the user wants to build based on their request and the ticket]
### Current State
- [current state of codebase]
- ..
- ..
### Desired End State
- [what will be true when this work is done]
- [user story, problems that will be solved, new things a user can do]
- ..
### What we're not doing
- [things that are out of scope]
- ..
### Patterns to follow
#### [title First pattern from research]
[summary of the pattern] - e.g. [path/to/file]
```
[succint code examples demonstrating the pattern]
```
```
[succint code examples demonstrating the pattern]
```
#### [title Second pattern from the research]
...
### Design Questions
#### [title first question]
[the design question]
- Option A: ...
[optional: short code snippet]
- Option B: ...
[optional: short code snippet]
- ..
Reccomendation: [....]
#### [title second design question]
...
### Resolved Design Questions
#### [title resolved question]
[option chosen] - [rationale] - [patternt to follow]
#### [ title second resolved question]
...