feat: add devex doc writer pipeline for autonomous feature proposal generation#1143
Open
notgitika wants to merge 1 commit intoaws:feat/agents-orchestrationfrom
Open
feat: add devex doc writer pipeline for autonomous feature proposal generation#1143notgitika wants to merge 1 commit intoaws:feat/agents-orchestrationfrom
notgitika wants to merge 1 commit intoaws:feat/agents-orchestrationfrom
Conversation
…eneration Adds an archetype-driven pipeline that generates CLI DevEx proposals and implementation plans, grounded in actual codebase patterns via pre-indexed knowledge snapshots. Components: - agents/devex_doc_writer/ — pipeline design, prompts, templates, input schema - agents/knowledge/ — ts-morph based codebase snapshot generator (refresh.ts) Two P0 archetypes implemented: new-resource and scope-widening. Pipeline validates inputs, refreshes snapshots, assembles writer context, and outputs ready-to-invoke prompts for LLM generation.
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
agents/devex_doc_writer/) that generates CLI DevEx proposals and implementation plans, grounded in actual codebase patterns via pre-indexed knowledge snapshotsagents/knowledge/) that extracts primitives, schema shape, deploy flow, and commands from the CLI and CDK reposWhat's included
agents/devex_doc_writer/SYSTEM.mdagents/devex_doc_writer/archetypes/agents/devex_doc_writer/prompts/agents/devex_doc_writer/templates/agents/devex_doc_writer/main.pyagents/knowledge/refresh.tsagents/knowledge/extractors/Test plan
python3 main.py --input examples/config-bundle-input.yaml --dry-runvalidates inputs and checks snapshotpython3 main.py --input examples/config-bundle-input.yamlgenerates 38K char writer contextcd agents/knowledge && npm run refreshgenerates both CLI and CDK snapshots