feat: add architecture plugin (ported from Compound Engineering)#72
Closed
neural-claw[bot] wants to merge 3 commits intomainfrom
Closed
feat: add architecture plugin (ported from Compound Engineering)#72neural-claw[bot] wants to merge 3 commits intomainfrom
neural-claw[bot] wants to merge 3 commits intomainfrom
Conversation
NeuralEmpowerment
requested changes
Feb 20, 2026
| @@ -0,0 +1,14 @@ | |||
| { | |||
| "name": "architecture", | |||
Contributor
There was a problem hiding this comment.
This is all really awesome, but I don't want to use the generic "architecture" We might just call it compound-engineering
- Port agent-native-architecture skill (SKILL.md + 14 reference docs) - Port orchestrating-swarms skill - Port create-agent-skills skill (references, templates, workflows) - Port workflow commands (plan, work, review, compound, brainstorm) to sdlc/commands - Add MIT license, attribution to Every, Inc. Adapted from Compound Engineering Plugin by Every, Inc. https://github.com/EveryInc/compound-engineering-plugin
- Expand architecture plugin README with install instructions, skill descriptions, triggers, and workflow command usage examples - Add architecture plugin to main README tables and repo structure
…d-engineering - git mv plugins/architecture → plugins/compound-engineering - Update plugin.json name field - Update README title and install commands - Update main README plugin table and repo structure
f60d271 to
4efa4bf
Compare
Contributor
|
Closing in favour of a tracked issue — there's real value in the Compound Engineering patterns but the full port (51 files, 16k lines) is too large to land as-is. See the issue for a scoped plan. |
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.
Summary
Ports architecture-related skills from the Compound Engineering Plugin by Every, Inc. into a new
plugins/architecture/plugin.What's included
Architecture plugin (
plugins/architecture/):agent-native-architecture— SKILL.md + 14 reference docsorchestrating-swarms— SKILL.mdcreate-agent-skills— SKILL.md + 11 references + 2 templates + 9 workflowsWorkflow commands (
plugins/sdlc/commands/):plan.md,work.md,compound.md,brainstorm.mdcompound-review.md(renamed to avoid conflict with existingreview.md)Attribution
All ported files include HTML comment attribution to Every, Inc. and source repo link.
51 files, 16,843 lines