diff --git a/docs/assets/css/styles.css b/docs/assets/css/styles.css index 40d8ca6..5bbcf56 100644 --- a/docs/assets/css/styles.css +++ b/docs/assets/css/styles.css @@ -706,6 +706,16 @@ nav { min-width: 200px; } +.comparison-table a { + color: var(--accent-green); + text-decoration: none; +} + +.comparison-table a:hover { + color: var(--accent-green-hover); + text-decoration: underline; +} + /* Quote */ .quote { border-left: 4px solid var(--accent-green); diff --git a/docs/comparison.html b/docs/comparison.html index 4e6b82e..9c69683 100644 --- a/docs/comparison.html +++ b/docs/comparison.html @@ -37,7 +37,7 @@

Why Not Other Structured Development Tools?

Comparison: Liatrio's Prompts vs. Other Structured Development Tools

How do Liatrio's prompts compare to other structured development tools? Here's - a side-by-side look at the key differences.

+ a side-by-side look at the key differences between Liatrio's prompts and three competitors.

@@ -45,65 +45,83 @@

Comparison: Liatrio's Prompts vs. Other Structured Development Tools

- + + + - - + + + + - + + + - + + + - - + + + + - + + + - + + + - - + + + + - + + + - + + + - - + + + +
Feature Liatrio's SDD PromptsKiro / SpecKit / TaskmasterKiroSpecKitTaskmaster
Setup & Installation✅ Just 4 markdown files—no installation❌ Kiro: Requires downloading IDE app. SpecKit: Requires installation and - configuration. Taskmaster: Requires installation and setup.Four markdown files added to promptsRequires downloading IDE or cliInstall SpecKit cli toolingMCP installation
Editor/IDE Dependency ✅ Works with any editor (VS Code, Cursor, etc.)❌ Kiro: Requires switching to Kiro IDE. SpecKit/Taskmaster: Work within existing - editors but require specific setup.❌ Requires switching to Kiro IDE ( can import VS Code settings) ✅ Works within existing editor (VS Code, Cursor, etc.)⚠️ Work within existing editors but require MCP setup
AI Assistant Compatibility ✅ Works with any AI assistant (Claude, GPT, Gemini, etc.)❌ Kiro: Built-in AI. SpecKit: Works with GitHub Copilot, Claude Code, Gemini CLI. - Taskmaster: Works with Claude, Cursor, etc.⚠️ Built-in agent but works with many models✅ Works with any AI assistant (Claude, GPT, Gemini, etc.)✅ Works with any AI assistant (Claude, GPT, Gemini, etc.)
Learning Curve✅ Just read markdown prompts—no new concepts❌ Kiro: Learn new IDE. SpecKit: Learn command system (`/speckit.specify`, - `/speckit.plan`, etc.). Taskmaster: Learn task management system.⚠️ Simple tooling but chage to development process⚠️ Learn new IDE but low learning curve because based on VS Code ⚠️ Learn command system (`/speckit.specify`, + `/speckit.plan`, etc.)❌ Learn task management system
Transparency ✅ Every prompt is readable markdown—no black boxes❌ Tool logic is hidden in codebases. Can't easily see or modify how they work.❌ Tool logic is hidden in codebases. Can't easily see or modify how they work✅ Available on GitHub, markdown is readable and editable⚠️ Open source but logic hidden in JS packages
Flexibility ✅ Edit prompts to fit your project/style/company guidelines❌ Limited customization. Must work within tool's structure and constraints.❌ Limited customization. Must work within tool's structure and constraints✅ Can freely edit markdorn files based on project/style/company guidelines⚠️ Task templates and AI prompts can be configured
File Structure✅ Simple docs/specs/ that doesn't pollute repo❌ Kiro: IDE-specific files. SpecKit: Creates .specify/ directory - structure. Taskmaster: Task management files.Repository specific docs/specs/ folder structureIDE-specific files stored at .kiroCreates .specify/ directory + structure.Task management files stored in .taskmaster/
Workflow Integration ✅ Fits into your existing workflow—no context switching❌ Kiro: Requires switching IDEs. SpecKit: Requires using specific commands. - Taskmaster: Requires managing tasks through tool.❌ Requires switching IDEs✅ Fits into your existing workflow—no context switching❌ Requires managing tasks through tool
Speed ✅ Complete feature in minutes (example: <15 min)⚠️ Varies by tool, but requires learning and setup overhead⚠️ Varies⚠️ Varies⚠️ Varies
Cost✅ Free—just markdown files✅ All are open source, but require time investment to learn✅ Free markdown files❌ Requires license✅ Open source⚠️ Open source but commercial use has limitatons