From 18f3bbd4d4fa55e491995d989a9240dc8f97f025 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:28:41 -0500 Subject: [PATCH 1/2] docs: add Walkthroughs section to README Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 627e6a9e-7b21-4437-af34-e43d05fcdc72 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1bb0ea7..58799ce 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,15 @@ right `specify` command. For example: - "Install the platform-starter bundle" → `speckit-bundle` - "Is there a newer specify release?" → `speckit-self` +## Walkthroughs + +> [!NOTE] +> Community walkthroughs are independently created and maintained by their respective authors. Review their content before following along and use at your own discretion. + +See this plugin driving Spec-Driven Development end to end with these community-contributed walkthroughs: + +- **[Issue-to-implementation with the assess extension](https://github.com/mnriem/spec-kit-copilot-plugin-demo)** — Takes a raw GitHub issue from idea to shipped change entirely through GitHub Copilot CLI and this plugin: first the Idea Assessment Pipeline (the `assess` extension — intake → research → define → shape → decide) turns the issue into a scored go/no-go decision, then Spec-Driven Development (specify → plan → tasks → implement) delivers the change. Every step documents the exact prompt entered into Copilot. + ## Layout ```javascript From b77ceeae1564ff62752914eac66c3377f95b43bd Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:30:45 -0500 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58799ce..b2be97c 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ right `specify` command. For example: > [!NOTE] > Community walkthroughs are independently created and maintained by their respective authors. Review their content before following along and use at your own discretion. -See this plugin driving Spec-Driven Development end to end with these community-contributed walkthroughs: +See this plugin driving Spec-Driven Development end to end with this community-contributed walkthrough: - **[Issue-to-implementation with the assess extension](https://github.com/mnriem/spec-kit-copilot-plugin-demo)** — Takes a raw GitHub issue from idea to shipped change entirely through GitHub Copilot CLI and this plugin: first the Idea Assessment Pipeline (the `assess` extension — intake → research → define → shape → decide) turns the issue into a scored go/no-go decision, then Spec-Driven Development (specify → plan → tasks → implement) delivers the change. Every step documents the exact prompt entered into Copilot.