chore: upgrade agentic support with spec-feature skill, context handoff, and widget tests#30
Merged
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR upgrades the template’s agentic spec workflow by adding a new top-level /spec-feature orchestrator and introducing a shared .claude/tasks/<feature>/context.md handoff across prd → techspec → tasks, while also expanding widget test coverage for the example features.
Changes:
- Added a new
spec-featureskill + Claude slash command to runprd → techspec → tasksend-to-end. - Implemented
context.mdhandoff:prdwrites it,techspecandtasksread + append their sections. - Added Patrol-based widget tests for landing (force update), authentication (sign-in states), and home (title/debug tools).
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| test/features/landing/force_update_page_content_test.dart | Adds widget test coverage for ForceUpdatePageContent UI. |
| test/features/home/home_page_content_test.dart | Adds widget tests for HomePageContent title and debug tools CTA. |
| test/features/authentication/authentication_page_content_test.dart | Adds widget tests for AuthenticationPageContent button visibility/loading state. |
| AGENTS.md | Documents /spec-feature and clarifies make watch is human-only while agents use make gen. |
| .claude/commands/spec-feature.md | Adds the /spec-feature slash command entrypoint for Claude Code. |
| .agents/skills/techspec/SKILL.md | Reads shared context.md before clarifications and appends technical decisions after writing techspec.md. |
| .agents/skills/tasks/SKILL.md | Reads shared context.md and appends task breakdown metadata; recognizes /spec-feature orchestrator mode. |
| .agents/skills/spec-feature/SKILL.md | Introduces the orchestrator skill chaining prd → techspec → tasks with a consolidated final report. |
| .agents/skills/prd/SKILL.md | Writes initial .claude/tasks/<feature>/context.md immediately after saving the PRD. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
… English strings in tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Features
/spec-featureskill that chainsprd→techspec→tasksin one shot, letting each sub-skill's interactive clarification steps run naturally before automatically proceeding to the next phase.Improvements
context.mdhandoff across the spec pipeline:prdwrites a shared context file after saving the PRD;techspecreads it (skipping re-derivation of settled decisions) and appends architectural choices;tasksreads it and appends task count and dependency shape.landing(ForceUpdatePageContent),authentication(sign-in buttons and loading state), andhome(title key and debug tools button) — no real Firebase or network side effects.make watchclarified as human-only inAGENTS.md; agents must always use one-shotmake gen.Screenshot
N/A — agentic tooling and test additions only.