Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/spec-driven-workflow.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ Semantic Anchors activate the right knowledge domain without pretending the mode

In practice, the workflow benefits greatly from specialized tooling.
MCP servers like https://github.com/mrsimpson/responsible-vibe-mcp[Responsible Vibe MCP] enforce agentic workflows with phase gates and review checkpoints.
https://serena.dev[Serena] provides semantic code navigation so the agent can work with symbols and references instead of raw text.
https://oraios.github.io/serena/[Serena] provides semantic code navigation so the agent can work with symbols and references instead of raw text.
Skill systems like Superpowers encode reusable process patterns like TDD, debugging, and code review workflows.
https://github.com/microsoft/playwright-mcp[Playwright MCP] lets the agent control a browser for end-to-end testing and exploratory testing of web applications.
These tools automate the discipline this document describes manually.
Expand Down
2 changes: 1 addition & 1 deletion docs/spec-driven-workflow.de.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ Semantic Anchors aktivieren das richtige Wissensgebiet, ohne dem Modell eine Rol

In der Praxis profitiert der Workflow stark von spezialisiertem Tooling.
MCP-Server wie https://github.com/mrsimpson/responsible-vibe-mcp[Responsible Vibe MCP] setzen agentische Workflows mit Phasen-Gates und Review-Checkpoints durch.
https://serena.dev[Serena] bietet semantische Code-Navigation, sodass der Agent mit Symbolen und Referenzen statt mit Rohtext arbeiten kann.
https://oraios.github.io/serena/[Serena] bietet semantische Code-Navigation, sodass der Agent mit Symbolen und Referenzen statt mit Rohtext arbeiten kann.
Skill-Systeme wie Superpowers kodifizieren wiederverwendbare Prozessmuster wie TDD, Debugging und Code-Review-Workflows.
https://github.com/microsoft/playwright-mcp[Playwright MCP] ermöglicht dem Agenten die Steuerung eines Browsers für End-to-End-Tests und exploratives Testen von Webanwendungen.
Diese Tools automatisieren die Disziplin, die dieses Dokument manuell beschreibt.
Expand Down
2 changes: 1 addition & 1 deletion docs/spec-driven-workflow.de.html
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ <h2 id="_hinweis_zum_tooling">Hinweis zum Tooling</h2>
<div class="paragraph">
<p>In der Praxis profitiert der Workflow stark von spezialisiertem Tooling.
MCP-Server wie <a href="https://github.com/mrsimpson/responsible-vibe-mcp">Responsible Vibe MCP</a> setzen agentische Workflows mit Phasen-Gates und Review-Checkpoints durch.
<a href="https://serena.dev">Serena</a> bietet semantische Code-Navigation, sodass der Agent mit Symbolen und Referenzen statt mit Rohtext arbeiten kann.
<a href="https://oraios.github.io/serena/">Serena</a> bietet semantische Code-Navigation, sodass der Agent mit Symbolen und Referenzen statt mit Rohtext arbeiten kann.
Skill-Systeme wie Superpowers kodifizieren wiederverwendbare Prozessmuster wie TDD, Debugging und Code-Review-Workflows.
<a href="https://github.com/microsoft/playwright-mcp">Playwright MCP</a> ermöglicht dem Agenten die Steuerung eines Browsers für End-to-End-Tests und exploratives Testen von Webanwendungen.
Diese Tools automatisieren die Disziplin, die dieses Dokument manuell beschreibt.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/spec-driven-workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ <h2 id="_a_note_on_tooling">A Note on Tooling</h2>
<div class="paragraph">
<p>In practice, the workflow benefits greatly from specialized tooling.
MCP servers like <a href="https://github.com/mrsimpson/responsible-vibe-mcp">Responsible Vibe MCP</a> enforce agentic workflows with phase gates and review checkpoints.
<a href="https://serena.dev">Serena</a> provides semantic code navigation so the agent can work with symbols and references instead of raw text.
<a href="https://oraios.github.io/serena/">Serena</a> provides semantic code navigation so the agent can work with symbols and references instead of raw text.
Skill systems like Superpowers encode reusable process patterns like TDD, debugging, and code review workflows.
<a href="https://github.com/microsoft/playwright-mcp">Playwright MCP</a> lets the agent control a browser for end-to-end testing and exploratory testing of web applications.
These tools automate the discipline this document describes manually.</p>
Expand Down