Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
dpolivaev avatar

Spec Loop Setup Doc Rendering

  • 51 installs
  • 34 repo stars
  • Updated July 27, 2026
  • dpolivaev/spec-loop

Part of the spec-loop workflow: sets up documentation rendering so specs and plans display cleanly.

About

A spec-loop setup step that configures document rendering so specifications, plans and generated docs display cleanly in the project. A solo builder reaches for it once when bootstrapping the spec-loop workflow so the documents it produces are readable.

  • Sets up doc rendering for specs
  • One-time workflow setup
  • Part of the spec-loop workflow

Spec Loop Setup Doc Rendering by the numbers

  • 51 all-time installs (skills.sh)
  • Ranked #802 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dpolivaev/spec-loop --skill spec-loop-setup-doc-rendering

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs51
repo stars34
Last updatedJuly 27, 2026
Repositorydpolivaev/spec-loop

What it does

Part of the spec-loop workflow: sets up documentation rendering so specs and plans display cleanly.

Who is it for?

solo builders running a spec-driven development loop

Files

SKILL.mdMarkdownGitHub ↗

Use for setting up or fixing rendering of task files and glossary files.

Keep agent-only behavior in this file. Treat vscode-setup.md and jetbrains-setup.md as shared setup references rather than the place for agent-policy instructions.

Do not just restate the setup references. First gather evidence yourself from commands and accessible project-local config, then report:

  • what is already working,
  • what is missing or broken, and
  • what you still cannot verify directly.

After the direct checks, suggest creating small Markdown and AsciiDoc probe files to verify rendering end to end. Those probes should cover the diagram kinds the current workflow expects to use and must include at least one class diagram. Include other relevant kinds too, such as sequence, component, and Mermaid glossary diagrams.

Prefer direct checks over assigning routine checks to the user.

Follow the selected setup path:

  • On the JetBrains path, check Graphviz with command -v dot and

dot -V as part of PlantUML verification.

  • On the VS Code local-only PlantUML path, check Java with

command -v java and java -version, Graphviz with command -v dot and dot -V, and any configured local plantuml.jar path with test -f.

  • On the VS Code server-based path, prefer the helper-script check

path and do not run Java, Graphviz, or local plantuml.jar checks unless troubleshooting points to the local-only path.

Determine whether AsciiDoc support is required from the current project state, including glossary.adoc or explicit use of the Spec Loop AsciiDoc glossary format.

Use project-local evidence first, such as .idea/, .vscode/, and workspace files when present.

For VS Code, Cursor, and other VS Code-based IDEs, prefer the helper script check path when the server-based setup path, this skill directory, and a supported editor CLI are available.

Stay inside the project directory unless the user explicitly approves inspection of editor state outside the repository. If plugin or IDE settings cannot be verified from project-local files, ask before inspecting external editor config directories.

Ask for confirmation before changing plugins, extensions, IDE settings, or editor settings.

When the user clearly means an obvious typo fix or a trivial one-word ambiguity, confirm it plainly. Do not invoke formal clarification framing for that.

For VS Code, Cursor, and other VS Code-based IDEs, read vscode-setup.md. For JetBrains IDEs, read jetbrains-setup.md.

Use only the setup documents that actually exist here.

Related skills

Documentationpmworkflow

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.