From d5f7cd0f86b186660e9cabbc10b11af1d5b51137 Mon Sep 17 00:00:00 2001 From: Tine Kondo Date: Mon, 6 Jul 2026 16:07:45 +0200 Subject: [PATCH 1/3] docs: add 'spectatui' entry to friends.md Added a new entry for 'spectatui', a terminal UI dashboard for GitHub Spec-Kit, detailing its features and capabilities. https://github.com/tinesoft/spectatui --- docs/community/friends.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/community/friends.md b/docs/community/friends.md index 9aff166d0f..6707f2ebf3 100644 --- a/docs/community/friends.md +++ b/docs/community/friends.md @@ -14,3 +14,5 @@ Community projects that extend, visualize, or build on Spec Kit: - **[SpecKit Companion](https://marketplace.visualstudio.com/items?itemName=alfredoperez.speckit-companion)** — A VS Code extension that brings a visual GUI to Spec Kit. Browse specs in a rich markdown viewer with clickable file references, create specifications with image attachments, comment and refine each step inline (GitHub-style review), track your progress through the SDD workflow with a visual phase stepper, and manage steering documents like constitutions and templates. - **[cc-spec-kit](https://github.com/speckit-community/cc-spec-kit)** — Community-maintained plugin for Claude Code and GitHub Copilot CLI that installs Spec Kit skills via the plugin marketplace. + +- **[spectatui](https://github.com/tinesoft/spectatui)** — A terminal UI (TUI) dashboard for GitHub Spec-Kit — track features, manage specifications, integrations, presets, workflows, extensions and monitor AI agent workflows, attach to existing ai sessions or launch new ones, all right from within your terminal. Keyboard and mouse support. Light/Dark themes support. Highly customizable and blazing fast. Backed by the `specify` CLI in your PATH. From 4b88b8974e930fdc09388210baf5409ca16023ee Mon Sep 17 00:00:00 2001 From: Tine Kondo Date: Tue, 7 Jul 2026 04:27:27 +0200 Subject: [PATCH 2/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- docs/community/friends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/friends.md b/docs/community/friends.md index 6707f2ebf3..12707db2b2 100644 --- a/docs/community/friends.md +++ b/docs/community/friends.md @@ -15,4 +15,4 @@ Community projects that extend, visualize, or build on Spec Kit: - **[cc-spec-kit](https://github.com/speckit-community/cc-spec-kit)** — Community-maintained plugin for Claude Code and GitHub Copilot CLI that installs Spec Kit skills via the plugin marketplace. -- **[spectatui](https://github.com/tinesoft/spectatui)** — A terminal UI (TUI) dashboard for GitHub Spec-Kit — track features, manage specifications, integrations, presets, workflows, extensions and monitor AI agent workflows, attach to existing ai sessions or launch new ones, all right from within your terminal. Keyboard and mouse support. Light/Dark themes support. Highly customizable and blazing fast. Backed by the `specify` CLI in your PATH. +- **[spectatui](https://github.com/tinesoft/spectatui)** — A terminal UI (TUI) dashboard for Spec Kit that lets you track features, manage specifications, integrations, presets, workflows, and extensions, and monitor AI agent workflows. Attach to existing AI sessions or launch new ones right from your terminal. Keyboard and mouse support. Light/dark theme support. Highly customizable and blazing fast. Requires the `specify` CLI in your PATH. From 3a8050d6e3aa52015b39d5811f952974bc6e5c4f Mon Sep 17 00:00:00 2001 From: Tine Kondo Date: Wed, 8 Jul 2026 12:56:08 +0200 Subject: [PATCH 3/3] docs: fix wording of the `spectatui` tool's decription Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- docs/community/friends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/friends.md b/docs/community/friends.md index 12707db2b2..82fd9f2bc7 100644 --- a/docs/community/friends.md +++ b/docs/community/friends.md @@ -15,4 +15,4 @@ Community projects that extend, visualize, or build on Spec Kit: - **[cc-spec-kit](https://github.com/speckit-community/cc-spec-kit)** — Community-maintained plugin for Claude Code and GitHub Copilot CLI that installs Spec Kit skills via the plugin marketplace. -- **[spectatui](https://github.com/tinesoft/spectatui)** — A terminal UI (TUI) dashboard for Spec Kit that lets you track features, manage specifications, integrations, presets, workflows, and extensions, and monitor AI agent workflows. Attach to existing AI sessions or launch new ones right from your terminal. Keyboard and mouse support. Light/dark theme support. Highly customizable and blazing fast. Requires the `specify` CLI in your PATH. +- **[spectatui](https://github.com/tinesoft/spectatui)** — A terminal UI (TUI) dashboard for Spec Kit that lets you track features, manage specifications, integrations, presets, workflows, and extensions, and monitor AI agent workflows. Attach to existing AI sessions or launch new ones from your terminal. Keyboard and mouse support. Light/dark theme support. Customizable and performance-oriented. Requires the `specify` CLI in your PATH.