kaochenlong

Spectra App — Testing skill for Claude Code

Testing community

Spec-driven development for coding agents — a desktop app, a CLI, and skills for Codex, Claude Code, Cursor, Copilot, Antigravity and Junie.

How to install Spectra App

This entry records only its repository, not the path inside it, so there is no exact command to give. Open kaochenlong/spectra-app and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Spectra App does

Spec-driven development for coding agents — a desktop app, a CLI, and skills for Codex, Claude Code, Cursor, Copilot, Antigravity and Junie.

Alternatives in Testing

  • Cc Sdd — Spec-driven development (SDD) for your team's workflow 3.1k ★
  • AI Contribution Skills (Engram) — branch-pr: clean branch and PR workflow 2.5k ★
  • Spec Kitty — Spec-Driven Development for serious software developers 1.6k ★

README

Spectra

Spectra

A desktop app for managing spec documents — visually track changes, specs, and tasks.

What is Spectra?

Spectra is a Spec-Driven Development (SDD) tool made up of a desktop app, a CLI, and skills for coding agents. Your coding agent uses the skills to propose changes, write specs, and carry out tasks, while the app lets you browse specs, track progress, and archive completed work — no more manually managing spec directories, YAML configs, and Markdown files.

Spectra was inspired by [OpenSpec](https://github.com/Fission-AI/OpenSpec). It started as a GUI frontend for OpenSpec, but after using it for a while, I found that OpenSpec's workflow didn't quite match my own development habits. So I decided to rewrite the entire workflow — simplifying commands, adding the features I wanted, and shaping it into a tool that fits my daily development rhythm.

Features

**Spec & Change Management**

  • View and edit specs and change proposals (changes are created by your coding agent with /spectra-propose)
  • Automatically parse task progress from Markdown checklists (- [ ] / - [x])
  • Archive completed changes with one click

**AI-Assisted Workflow**

  • Intelligent scanning for contradictions and gaps across proposals, specs, designs, and tasks
  • Skills for coding agents — Claude Code, Codex, Cursor, GitHub Copilot, Antigravity, and JetBrains Junie:
Stage Skill Description
Plan /spectra-discuss Clarify requirements and compare approaches before proposing; no code changes
/spectra-propose Create a complete change proposal (proposal, specs, design, tasks)
Implement /spectra-apply Implement a change's t