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,29 @@
### Status
- Document: [.humanlayer/tasks/ENG-XXXX-description/YYYY-MM-DD-structure-outline.md](cloud permalink from hook)
- Ticket: [ENG-XXXX](ticket URL if known, otherwise omit link)
- Phases: [count]
- Open Questions: [count or "none"]
### Phase Summary
1. [Phase 1 title]: [brief description]
2. [Phase 2 title]: [brief description]
...
### Open Questions (if any)
- [question 1]
- ...
### Next Steps
Please let me know any feedback you want and I'll incorporate it, or, to continue to writing the plan, use a prompt like
```text
use the create-plan skill for [.humanlayer/tasks/ENG-XXXX-description]
```
---
You can view the full document here: [YYYY-MM-DD-structure-outline.md](cloud permalink from hook)

View file

@ -0,0 +1,84 @@
---
task: eng-xxxx-description
type: structure-outline
repo: [current repository]
branch: [current branch name]
sha: [result of git rev-parse HEAD]
---
# [Plan Title]
[2-3 sentence plan summary]
## Current State
- [current state of codebase relevant to this change]
- ...
## Desired End State
- [what will be true when this is done]
- ...
## 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 Summary
Full discussion doc: [design-discussion.md](./YYYY-MM-DD-design-discussion.md)
#### [decision 1, e.g. use x column on y table]
[deciscion, rationale, code snippets]
#### [decision 2]
...
---
## Phase 1: [Phase Title]
[Overview of what this phase accomplishes]
### File Changes
- **`path/to/file.ts`**: [what changes in this file]
- ...
### Validation
[How we'll know it's working as intended - what part of the vertical slice will be testable]
---
## Phase 2: [Phase Title]
...
---
## Open Questions
- [questions about plan structure that need clarification]
- ...