SPECTRE - An agentic coding workflow for product builders
by•
SPECTRE is an agentic Coding Workflow - /Scope, /Plan, /Execute, /Clean, /Test, /Rebase, /Evaluate - that uses simply step by step product development workflow to generate high quality results from your AI Coding Agents. - Codename-Inc/spectre



Replies
SPECTRE
Stellify
I like the objective Joe, best of luck with the launch!
SPECTRE
@stellify_software I appreciate it Matt!
SPECTRE
@vouchy oh man all the time. I actually experimented with the first version of our app Subspace and built two versions - one with Spectre (an early version) and one without. The without version looked better, but once you got down one layer it was a complete untangle-able mess. The Spectre version is what exists now.
Agentic coding has completely changed how I ship. Built a 118k-line SwiftUI Mac app solo using Claude Code — the key insight was that it's not just autocomplete, it's having something that actually understands the full codebase. What's your approach to context management across longer sessions? That's where I've found the biggest gains.
SPECTRE
@matthias_stralman 100%. Our app Subspace has a Rust backend. I’ve never written a single line of Rust before we started building it. LLM’s are a universal translater and the language is system architecture!
SPECTRE uses a manual /handoff that auto inserts a status report into the next session - complete continuity until you run /forget. And the learning Skill documents features that get auto loaded when relevant. It’s really simple but it works really well.
@joenandez The /handoff pattern is smart — that's essentially what I've been doing manually with context files committed to git. Skill documents that auto-load is the missing piece though. Do you expose that as part of SPECTRE or is it internal tooling?
Congrats on the launch, @joenandez !
SPECTRE
@neilverma thanks Neil!