{"id":50805191,"url":"https://github.com/danielvm-git/sdd-ui-plugin","last_synced_at":"2026-06-13T00:05:49.651Z","repository":{"id":353213256,"uuid":"1218429655","full_name":"danielvm-git/sdd-ui-plugin","owner":"danielvm-git","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-22T23:16:43.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-23T00:27:13.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielvm-git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-22T21:45:13.000Z","updated_at":"2026-04-22T23:16:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/danielvm-git/sdd-ui-plugin","commit_stats":null,"previous_names":["danielvm-git/sdd-ui-plugin"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/danielvm-git/sdd-ui-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvm-git%2Fsdd-ui-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvm-git%2Fsdd-ui-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvm-git%2Fsdd-ui-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvm-git%2Fsdd-ui-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielvm-git","download_url":"https://codeload.github.com/danielvm-git/sdd-ui-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvm-git%2Fsdd-ui-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34266959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-13T00:05:48.722Z","updated_at":"2026-06-13T00:05:49.638Z","avatar_url":"https://github.com/danielvm-git.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 SDD UI Plugin\n\n\u003e **Unified UI bridge for BMAD, GSD, and Spec-Kit methods.**\n\n![SDD UI Hero Image](docs/assets/hero.png)\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![npm version](https://img.shields.io/badge/npm-0.1.0-blue.svg)](https://www.npmjs.com/)\n[![Node.js Version](https://img.shields.io/badge/node-%3E%3D20-green.svg)](https://nodejs.org/)\n\n---\n\n## 💡 Why SDD UI?\n\nIn the world of CLI productivity tools, context is often scattered across terminal windows. **SDD UI Plugin** bridges this gap by providing a **unified, interactive web interface** for your favorite workflow methods: `bmad`, `gsd`, and `spec-kit`.\n\nStop juggling terminal tabs and start visualizing your progress with a modern, data-driven dashboard.\n\n---\n\n## ✨ Key Features\n\n- **🎯 Unified Bootstrap**: One command to detect and install all necessary binaries and UI artifacts.\n- **📊 Real-time Visualization**: Interactive dashboards for roadmaps, state management, and specifications.\n- **🔌 Method Adapters**: Specialized adapters for BMAD, GSD, and Spec-Kit that handle the heavy lifting.\n- **🚀 One-Click Launch**: Seamlessly transition from CLI to Browser with `sdd-ui start`.\n- **🛠 Health Checks**: Built-in `doctor` command to ensure your environment is primed for productivity.\n\n---\n\n## 🔗 Method Repositories\n\n| Method | Repository |\n| :--- | :--- |\n| **GSD** | [gsd-build/get-shit-done](https://github.com/gsd-build/get-shit-done) |\n| **BMAD** | [bmad-code-org/BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) |\n| **Spec-Kit** | [github/spec-kit](https://github.com/github/spec-kit) |\n\n---\n\n## 🚦 Quick Start\n\n### 1. Bootstrap your project\nInitialize a new workspace or add SDD UI to an existing one. The `bootstrap` command automatically detects missing tools and installs them.\n\n```bash\n# Bootstrap everything in the current directory\nnpx github:danielvm-git/sdd-ui-plugin bootstrap all --target-dir ./\n```\n\n### 2. Start the UI\nLaunch the interactive dashboard for a specific method.\n\n```bash\n# Launch the GSD (Get-Shit-Done) UI\nnpx github:danielvm-git/sdd-ui-plugin start gsd\n```\n\n---\n\n## 🛠 Command Reference\n\n| Command | Action |\n| :--- | :--- |\n| `bootstrap \u003cmethod\\|all\u003e` | Detects and **auto-installs** method binaries and UI artifacts. |\n| `install \u003cmethod\\|all\u003e` | Re-installs UI artifacts and manifest files in the target project. |\n| `update \u003cmethod\\|all\u003e` | Forces a **refresh** of binaries and UI artifacts in an existing project. |\n| `start \u003cmethod\u003e` | Launches the UI backend and opens your browser. |\n| `status \u003cmethod\\|all\u003e` | Inspects the health and installation state of adapters. |\n| `doctor \u003cmethod\\|all\u003e` | Runs diagnostics (Node/Python versions, path accessibility). |\n| `version` | Displays the current CLI and core version. |\n\n### Global Flags\n- `--target-dir \u003cpath\u003e`: Directory to bootstrap (defaults to `.`).\n- `--project \u003cpath\u003e`: Specific project path for `install` and `start`.\n- `--global`: Force global installation during bootstrap (skips prompt).\n- `--local`: Force local installation during bootstrap (skips prompt).\n- `--dry-run`: Preview actions without making changes.\n- `--port \u003cnumber\u003e`: Override default UI port.\n\n---\n\n## 🏗 Architecture\n\nSDD UI is built as a modular monorepo for maximum extensibility:\n\n- **`packages/cli`**: The unified entry point for all commands.\n- **`packages/core`**: Shared logic for process execution and manifest management.\n- **`packages/adapters`**: The logic layer that translates method-specific data into the SDD format.\n- **`packages/ui-*`**: Modern React/Vite frontends and Python-based backends for each method.\n\n```mermaid\ngraph TD\n    CLI[packages/cli] --\u003e Core[packages/core]\n    CLI --\u003e Adapters[packages/adapters]\n    Adapters --\u003e BMAD[Method: BMAD]\n    Adapters --\u003e GSD[Method: GSD]\n    Adapters --\u003e SpecKit[Method: Spec-Kit]\n    Adapters --\u003e UI[packages/ui-*]\n    UI --\u003e Backend[Python Backend]\n    UI --\u003e Frontend[React Frontend]\n```\n\n---\n\n## 👩‍💻 Development\n\n### Setup\n```bash\ngit clone https://github.com/danielvm-git/sdd-ui-plugin.git\ncd sdd-ui-plugin\nnpm install\n```\n\n### Running Locally\n```bash\n# Run the CLI from source (with your local changes)\nnpm start -- start gsd\n\n# Or use the link for a global command\nnpm link\nsdd-ui start gsd\n```\n\n### Testing\n```bash\n# Run all tests\nnpm test\n```\n\n---\n\n## 📄 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n---\n\n## 🤝 Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n---\n\n**Built with ❤️ for the Developer Community.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielvm-git%2Fsdd-ui-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielvm-git%2Fsdd-ui-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielvm-git%2Fsdd-ui-plugin/lists"}