feat(sdd-export): bridge engram artifacts to team-readable local files#25
Open
angel-r wants to merge 3 commits intoGentleman-Programming:mainfrom
Open
feat(sdd-export): bridge engram artifacts to team-readable local files#25angel-r wants to merge 3 commits intoGentleman-Programming:mainfrom
angel-r wants to merge 3 commits intoGentleman-Programming:mainfrom
Conversation
Adds `/sdd-export [change]` command that reads SDD artifacts (proposal, specs, design) from engram and writes them as local openspec-convention files for team visibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update the orchestrator template so new installations include: - /sdd-export in meta-commands and commands list - Export suggestion rule (after spec+design, before apply) - Engram mode hint to suggest export for team review Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
sdd-export is a skill (has SKILL.md, launches as single sub-agent), not a meta-command. Meta-commands are orchestrator logic that chains multiple skills (sdd-new, sdd-continue, sdd-ff). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
/sdd-export [change]skill that reads SDD artifacts (proposal, specs, design) from engram and writes them as local files following the openspec directory conventionWhy this matters
Today, teams using SDD with
engrammode get excellent developer experience (persistent memory, context recovery, no file clutter), but specs live in a black box invisible to the rest of the team. This creates a gap:/sdd-exportbridges this gap without sacrificing any engram benefits.How it works
Key behaviors:
artifact_store.mode)Team workflow enabled
/sdd-export my-featureFiles changed
skills/sdd-export/SKILL.md— new skill definition (157 lines)Test plan
sdd-*picks upsdd-export)🤖 Generated with Claude Code