ha-inlite

Home Assistant integration for in-lite
git clone https://git.stephank.nl/ha-inlite
Log | Files | Refs | README | LICENSE | ZIP

roster.md (2135B)


      1 # Team Roster
      2 
      3 > {One-line project description}
      4 
      5 ## Coordinator
      6 
      7 | Name | Role | Notes |
      8 |------|------|-------|
      9 | Squad | Coordinator | Routes work, enforces handoffs and reviewer gates. Does not generate domain artifacts. |
     10 
     11 ## Members
     12 
     13 | Name | Role | Charter | Status |
     14 |------|------|---------|--------|
     15 | {Name} | {Role} | `.squad/agents/{name}/charter.md` | ✅ Active |
     16 | {Name} | {Role} | `.squad/agents/{name}/charter.md` | ✅ Active |
     17 | {Name} | {Role} | `.squad/agents/{name}/charter.md` | ✅ Active |
     18 | {Name} | {Role} | `.squad/agents/{name}/charter.md` | ✅ Active |
     19 | Scribe | Session Logger | `.squad/agents/scribe/charter.md` | 📋 Silent |
     20 | Ralph | Work Monitor | — | 🔄 Monitor |
     21 
     22 ## Coding Agent
     23 
     24 <!-- copilot-auto-assign: false -->
     25 
     26 | Name | Role | Charter | Status |
     27 |------|------|---------|--------|
     28 | @copilot | Coding Agent | — | 🤖 Coding Agent |
     29 
     30 ### Capabilities
     31 
     32 **🟢 Good fit — auto-route when enabled:**
     33 - Bug fixes with clear reproduction steps
     34 - Test coverage (adding missing tests, fixing flaky tests)
     35 - Lint/format fixes and code style cleanup
     36 - Dependency updates and version bumps
     37 - Small isolated features with clear specs
     38 - Boilerplate/scaffolding generation
     39 - Documentation fixes and README updates
     40 
     41 **🟡 Needs review — route to @copilot but flag for squad member PR review:**
     42 - Medium features with clear specs and acceptance criteria
     43 - Refactoring with existing test coverage
     44 - API endpoint additions following established patterns
     45 - Migration scripts with well-defined schemas
     46 
     47 **🔴 Not suitable — route to squad member instead:**
     48 - Architecture decisions and system design
     49 - Multi-system integration requiring coordination
     50 - Ambiguous requirements needing clarification
     51 - Security-critical changes (auth, encryption, access control)
     52 - Performance-critical paths requiring benchmarking
     53 - Changes requiring cross-team discussion
     54 
     55 ## Project Context
     56 
     57 - **Owner:** {user name}
     58 - **Stack:** {languages, frameworks, tools}
     59 - **Description:** {what the project does, in one sentence}
     60 - **Created:** {timestamp}