{"id":50531907,"url":"https://github.com/timcsy/vibe2","last_synced_at":"2026-06-03T14:30:38.224Z","repository":{"id":342518896,"uuid":"1174205777","full_name":"timcsy/vibe2","owner":"timcsy","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-13T08:01:02.000Z","size":150,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-13T16:15:45.798Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/timcsy.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-03-06T07:19:34.000Z","updated_at":"2026-03-13T08:01:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/timcsy/vibe2","commit_stats":null,"previous_names":["timcsy/vibe2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timcsy/vibe2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timcsy%2Fvibe2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timcsy%2Fvibe2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timcsy%2Fvibe2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timcsy%2Fvibe2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timcsy","download_url":"https://codeload.github.com/timcsy/vibe2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timcsy%2Fvibe2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33870025,"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-03T02:00:06.370Z","response_time":59,"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-03T14:30:37.155Z","updated_at":"2026-06-03T14:30:38.211Z","avatar_url":"https://github.com/timcsy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vibe2\n\n**Vibe2** 是一個規格驅動的軟體工程框架，透過自動化工具鏈將自然語言需求轉換為可執行任務。\n\n## 🎮 VoxelSandbox 遊戲\n\n| 連結 | 說明 |\n|------|------|\n| 🌐 **[遊戲首頁](https://timcsy.github.io/vibe2/)** | GitHub Pages 遊戲介紹頁（含下載連結） |\n| ⬇ **[下載最新版本](https://github.com/timcsy/vibe2/releases/latest)** | Windows / macOS / Linux 可執行檔 |\n| 📋 **[所有版本](https://github.com/timcsy/vibe2/releases)** | 版本歷史與變更紀錄 |\n\n### 發布新版本\n\n```bash\n# 透過 git tag（自動觸發 release workflow）\ngit tag v1.0.0\ngit push origin v1.0.0\n```\n\n或至 **Actions → Release → Run workflow** 手動填入版本號觸發。\n\n---\n\n## 工作流\n\n遵循以下線性工作流開發任何功能：\n\n```\n自然語言描述 → 規格 → 澄清 → 計畫 → 任務 → 分析 → 實現 → GitHub Issues\n```\n\n### 工作流命令（在 VS Code 中）\n\n| 命令 | 輸出 | 目的 |\n|------|------|------|\n| `/speckit.specify` | `spec.md` | 從自然語言生成正式規格 |\n| `/speckit.clarify` | 更新 `spec.md` | 澄清規格不明確的地方 |\n| `/speckit.plan` | `plan.md`, 設計文件 | 生成技術實現計畫 |\n| `/speckit.tasks` | `tasks.md` | 將計畫轉為有序任務 |\n| `/speckit.analyze` | 檢查報告 | 驗證一致性和品質 |\n| `/speckit.implement` | 執行任務 | 按順序實現所有任務 |\n| `/speckit.checklist` | 檢查清單 | 生成品質驗證清單 |\n| `/speckit.taskstoissues` | GitHub Issues | 將任務轉為 GitHub 議題 |\n\n## 憲法\n\n所有開發必須遵守 [Vibe2 規格憲法](./.specify/memory/constitution.md)，該憲法定義了 5 個核心原則：\n\n1. **規格驅動** - 所有功能從清晰的自然語言規格開始\n2. **設計優先** - 實現前先完成詳盡的設計文件\n3. **自動化工作流** - 使用 speckit 工具鏈自動轉換需求到任務\n4. **測試驅動開發 (TDD)** - 測試在實現前完成\n5. **簡潔性優先** - 避免過度設計，遵循 YAGNI 原則\n\n## 專案結構\n\n```\nvibe2/\n├── .specify/\n│   ├── templates/          # 規格、計畫、任務等模板\n│   ├── memory/\n│   │   └── constitution.md # 專案治理憲法\n│   └── scripts/            # 自動化腳本\n├── .github/\n│   ├── agents/             # Agent 定義\n│   ├── prompts/            # 對應的 prompt 文件\n│   └── skills/             # Agent 技能說明\n└── README.md               # 此文件\n```\n\n## 開始使用\n\n1. **定義功能需求** - 用自然語言描述您的功能\n2. **執行工作流** - 在 VS Code 中按順序使用 `/speckit.*` 命令\n3. **遵守憲法** - 確保每個階段都符合規格憲法的原則\n4. **提交變更** - 在每個工作流階段進行 git commit\n\n## 相關資源\n\n- [Vibe2 規格憲法](./.specify/memory/constitution.md) - 治理原則和開發標準\n- [規格模板](./.specify/templates/spec-template.md)\n- [計畫模板](./.specify/templates/plan-template.md)\n- [任務模板](./.specify/templates/tasks-template.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimcsy%2Fvibe2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimcsy%2Fvibe2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimcsy%2Fvibe2/lists"}