-
Notifications
You must be signed in to change notification settings - Fork 1
Subagents #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Subagents #15
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
55d7db3
refactor: migrate from prompt templates to subagents
rafaelpapastamatiou-afya 45ddfdb
refactor: explicitly invoke subagents
rafaelpapastamatiou-afya 5ab3a04
feat: set specific models for each subagent
rafaelpapastamatiou-afya c55688d
feat: set custom effort levels for claude agents
rafaelpapastamatiou-afya fee10ac
feat: set specific models and effort levels for each skill
rafaelpapastamatiou-afya 900b05d
feat: disable auto invocation for some skills
rafaelpapastamatiou-afya 9db6445
refactor: enable auto invocation
rafaelpapastamatiou-afya 68b194c
refactor: migrate plan and design reviewers to subagents
rafaelpapastamatiou-afya 0eebc13
feat: use opus for writing plans
rafaelpapastamatiou-afya b75aceb
feat: use sonnet with high effort for subagent-driven development skill
rafaelpapastamatiou-afya bc20327
feat: sync dists
rafaelpapastamatiou-afya 12a6241
set: set models for cursor skills and agents
rafaelpapastamatiou-afya 9961f99
refactor: implement new frontmatter and sync systems
rafaelpapastamatiou-afya 1739f2e
feat: use opus when implementing figma designs and components
rafaelpapastamatiou-afya eb675cc
feat: use opus 4.6
rafaelpapastamatiou-afya 757990e
feat: increase effort for tdd-implementer
rafaelpapastamatiou-afya dce810a
feat: refactor figma component implementer agent
rafaelpapastamatiou-afya 4b40996
feat: use opus 4.6 for sdd skill
rafaelpapastamatiou-afya 308f9e8
feat: update used models
rafaelpapastamatiou-afya cfa6a9c
feat: address code review requests
rafaelpapastamatiou-afya 6e041e6
chore: validate required fields in agent config file
rafaelpapastamatiou-afya 6843702
chore: bump plugin version
rafaelpapastamatiou-afya File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| --- | ||
| name: design-reviewer | ||
| description: Design document reviewer — validates that a design spec is complete, consistent, and ready for implementation planning. | ||
| model: claude-opus-4-6 | ||
| effort: high | ||
| --- | ||
| You are reviewing whether a design document is complete and ready for implementation planning. | ||
|
|
||
| ## Design Document to Review | ||
|
|
||
| [DESIGN_FILE_PATH] | ||
|
|
||
| ## What to Check | ||
|
|
||
| | Category | What to Look For | | ||
| |----------|------------------| | ||
| | Completeness | TODOs, placeholders, "TBD", incomplete sections | | ||
| | Coverage | Missing error handling, edge cases, integration points | | ||
| | Consistency | Internal contradictions, conflicting requirements | | ||
| | Clarity | Ambiguous requirements | | ||
| | YAGNI | Unrequested features, over-engineering | | ||
| | Scope | Focused enough for a single plan — not covering multiple independent subsystems | | ||
| | Architecture | Units with clear boundaries, well-defined interfaces, independently understandable and testable | | ||
|
|
||
| ## CRITICAL | ||
|
|
||
| Look especially hard for: | ||
| - Any TODO markers or placeholder text | ||
| - Sections saying "to be defined later" or "will spec when X is done" | ||
| - Sections noticeably less detailed than others | ||
| - Units that lack clear boundaries or interfaces — can you understand what each unit does without reading its internals? | ||
|
|
||
| ## Output Format | ||
|
|
||
| ## Design Review | ||
|
|
||
| **Status:** ✅ Approved | ❌ Issues Found | ||
|
|
||
| **Issues (if any):** | ||
| - [Section X]: [specific issue] - [why it matters] | ||
|
|
||
| **Recommendations (advisory):** | ||
| - [suggestions that don't block approval] |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.