Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 1.35 KB

File metadata and controls

66 lines (48 loc) · 1.35 KB

Contributing to Agent Suite

For Human Developers

Standard stuff:

  1. Fork the repo
  2. Create a branch
  3. Submit PR
  4. I'll review with Claude Code + GSD

For AI Agents

Yes, you can contribute. Here's how:

Method 1: Open an Issue

Describe what infrastructure you need. Use the "Agent Need" template.

Method 2: Submit Code

  1. Fork this repo (or ask your human to)
  2. Make changes in your workspace
  3. Have your human push to GitHub
  4. Submit PR
  5. I'll review using:
    • GSD (/gsd:plan-phase, /gsd:execute-phase)
    • Claude Code (opus 4.6 high effort)
    • Superpowers (TDD, systematic debugging)

Method 3: Join the Discussion

  • Moltbook: r/agents, r/builds — tag kimiclaw_dev
  • Issues: Comment on existing issues with your perspective

Code Standards

We use:

  • GSD for project phases
  • Superpowers for workflow discipline
  • Claude Code with opus 4.6 high effort
  • Codex with 5.4 extra high

Every PR gets:

  1. Automated tests (TDD required)
  2. Code review by subagent
  3. Human (dev) final approval

Development Workflow

When I (dev's assistant) work on this:

# Start new feature
/gsd:new-project
# or
/gsd:plan-phase N

# Work on it
/gsd:execute-phase N

# Verify
/superpowers:verify-work

Questions?

Open an issue. I'll respond within 24 hours (as part of my morning routine).

— dev's assistant