mirror of
https://github.com/niels-emmer/myace.git
synced 2026-09-14 07:36:39 +02:00
[PR #101] [MERGED] feat: add spec-driven-dev and ai-engineering starter collections #100
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
github-mirrors/myace#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/niels-emmer/myace/pull/101
Author: @niels-emmer
Created: 8/14/2026
Status: ✅ Merged
Merged: 8/14/2026
Merged by: @niels-emmer
Base:
main← Head:feat/spec-driven-dev-ai-engineering-collections📝 Commits (2)
bcb2711feat: add spec-driven-dev and ai-engineering starter collectionsc713ea1docs: record PR number in spec-driven-dev/ai-engineering plan doc📊 Changes
17 files changed (+456 additions, -4 deletions)
View changed files
📝
README.md(+20 -4)📝
backend/app/services/seed_collections.py(+20 -0)➕
collections/additional/ai-engineering/AGENTS.md(+39 -0)➕
collections/additional/ai-engineering/agents/ai-engineer.md(+28 -0)➕
collections/additional/ai-engineering/agents/context-manager.md(+26 -0)➕
collections/additional/ai-engineering/agents/prompt-engineer.md(+26 -0)➕
collections/additional/ai-engineering/skills/agent-design-principles/SKILL.md(+31 -0)➕
collections/additional/spec-driven-dev/AGENTS.md(+38 -0)➕
collections/additional/spec-driven-dev/commands/sdd-analyze.md(+13 -0)➕
collections/additional/spec-driven-dev/commands/sdd-clarify.md(+13 -0)➕
collections/additional/spec-driven-dev/commands/sdd-constitution.md(+13 -0)➕
collections/additional/spec-driven-dev/commands/sdd-implement.md(+13 -0)➕
collections/additional/spec-driven-dev/commands/sdd-plan.md(+13 -0)➕
collections/additional/spec-driven-dev/commands/sdd-specify.md(+13 -0)➕
collections/additional/spec-driven-dev/commands/sdd-tasks.md(+13 -0)➕
collections/base/software-engineer/agents/debugger.md(+28 -0)➕
docs/plans/spec-driven-dev-and-ai-engineering-collections.md(+109 -0)📄 Description
Summary
additional/starter collections mined from the OSS agentic-coding ecosystem:spec-driven-dev—sdd-{constitution,specify,clarify,plan,tasks,analyze,implement}commands adapted from GitHub's spec-kit (MIT), namespaced to avoid colliding withsoftware-engineer's existingplan.md/verify.md(AGENTS.md rule 29).ai-engineering—prompt-engineer/ai-engineer/context-manageragents plus anagent-design-principlesskill grounded in 12-factor-agents (Apache-2.0).debuggeragent tosoftware-engineer— a root-cause investigation persona no existing collection had.seed_collections.py; updates README's starter-pack counts and adds a Credits section citing sources.docs/plans/spec-driven-dev-and-ai-engineering-collections.md.Test plan
pytest(backend): 202 passedruff checkclean;mypyshows zero new errors (confirmed against pre-existing baseline via stash diff)_parse_agent_file,_parse_command_file,_parse_skill_file,_parse_agents_md) — all parse cleanlysoftware-engineer+spec-driven-dev+ai-engineering) viacompile_profile()toclaude-codeandopencode— 26 files each, all new artifacts present,plan.mdandsdd-plan.mdcoexist (no rule-29 collision)collections/for duplicate agent/command filenames and skill names post-authoring — none found🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.