Launched this week

SPECTRE
An agentic coding workflow for product builders
83 followers
An agentic coding workflow for product builders
83 followers
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




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?
SPECTRE
@matthias_stralman yeah once you create 1 skill with /spectre:learn, it auto-injects the "spectre:apply" skill directly into the context window, as well as a registry of skills created by SPECTRE. The Apply Skill's main job is to force the agent to consider if it should use a Skill based on the user's request, and then provides the keywords and location of the Skill.
I have a library now of 25 (and growing) skills for various aspects of my project/codebase created via this method. Claude Code is really good at pulling the right one up right when I need it. I used to have to @ mention relevant files to load the context now I just say what I want and it almost always loads the right Skill.
@joenandez It's part of SPECTRE? Or internal tooling you've built on top? Asking because the auto-load piece is exactly what I've been missing — my CLAUDE.md approach works but it's manual.
Congrats on the launch, @joenandez !
SPECTRE
@neilverma thanks Neil!