Open Source

What I build happens in the open. These are my open source projects — what they do, why they exist, and how to use them.

aSPARK

An agile AI team as a plugin for Claude Code

  • MIT
  • claude-code-plugin
  • ai-agents
  • sdlc
  • code-review
  • qa-automation
  • llm

aSPARK turns Claude Code from a coding tool into a tool with a process: a product team of Product Owner, Designer, Engineering Manager, Reviewer, QA Tester, and Release Manager. Every feature runs through the SPARK loop and has to pass each gate before it moves on.

Decisions do not vanish into the chat log — they land in the project as artifacts: spec.md, plan.md, review.md, qa.md. Stable IDs for user stories, acceptance criteria, and non-functional requirements keep every phase traceable. QA is not claimed, it is run in a real browser.

  1. Specify Sharpen the idea, settle user stories and acceptance criteria
  2. Plan Decide the architecture, break the work down
  3. Act Build the increment strictly to plan
  4. Review Code review and QA in a real browser
  5. Keep Release, document, and record the learnings

Install

/plugin marketplace add a-lottes/aSPARK
/plugin install aspark@aspark

All of it is openly licensed on GitHub. Questions, ideas, or bugs? Issues and pull requests are welcome.