ShortStackEngineer avatar

ShortStackEngineer

Community

@ShortStackEngineer

0Followers
|
1Public Repos
|
5Published Skills

ShortStackEngineer provides loopgen skills for authoring, planning, debugging, and extending agentic coding feedback loops via .loop.yaml specs.

Skills Distribution
DomainDeveloper To...Agentic Coding Loo.. (30%)Acceptance Criteri.. (25%)Application Decomp.. (20%)Loop Failure Diagn.. (15%)

Agent Skills by ShortStackEngineer

Showing 5 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About ShortStackEngineer

FAQPage Schema
What 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.