ShortStackEngineer
Community@ShortStackEngineer
ShortStackEngineer provides loopgen skills for authoring, planning, debugging, and extending agentic coding feedback loops via .loop.yaml specs.
Agent Skills by ShortStackEngineer
Showing 5 vetted skills indexed across 1 GitHub repositories.
debug-loop
Diagnose failed loopgen runs and map outcomes to concrete spec or workspace fixes.
frame-app
Decompose an application spec into a dependency-ordered DAG of testable vertical slices.
add-driver
Scaffold and verify a new loop-generator agent backend driver against the conformance harness.
frame-checks
Convert vague requests into falsifiable acceptance checks that fail now and pass only when delivered.
author-loop
Authors verified .loop.yaml specs for agent coding feedback loops.
Frequently Asked Questions About ShortStackEngineer
FAQPage SchemaWhat tasks can I accomplish with ShortStackEngineer's skills?▼
You can author verified .loop.yaml loop-generator specs, turn vague requests into falsifiable acceptance checks, decompose full application specs into dependency-ordered vertical slices, diagnose failed or vacuous loopgen runs, and scaffold new AgentDriver backends driven to green against the conformance harness.
Who should use these loopgen skills?▼
Developers building agentic coding feedback loops who need to write .loop.yaml specs, define a definition of done, plan build order for multi-feature apps, debug stalled loop runs, or integrate agentic coding backends such as Codex, Aider, or Cursor via the driver conformance harness.
How do I add a new agent backend using add-driver?▼
Scaffold a new AgentDriver implementing name, preflight, and run, register it, then iterate on `loopgen verify-driver <name>` fixing one failing scenario at a time until all four conformance scenarios pass. For LM Studio, Ollama, or local OpenAI-compatible servers, use the existing opencode driver instead.
How does debug-loop diagnose a failing loopgen run?▼
It reads the run report (terminal output or --report JSON), classifies the outcome as max-iterations, preflight-failed, error, baseline-vacuous, spec-tampered, aborted, or vacuous-success, reproduces the failing check without spending agent budget, and maps it to a concrete spec or workspace fix.
What are the prerequisites for authoring a loop with author-loop?▼
You need a target repository with real test, build, or typecheck commands that the skill can inspect, plus a developer interview defining the goal. The skill proves the resulting .loop.yaml spec is lint-clean and that its checks start RED before handing it off to loopgen.