Skip to content

feat: enrich templates and steering packs with actionable content#3

Merged
eliecer2000 merged 1 commit intomainfrom
feat/enrich-templates-and-steering
Mar 22, 2026
Merged

feat: enrich templates and steering packs with actionable content#3
eliecer2000 merged 1 commit intomainfrom
feat/enrich-templates-and-steering

Conversation

@eliecer2000
Copy link
Copy Markdown
Owner

Changes

Scaffolding templates

All 3 templates expanded from empty skeletons to real guides:

  • product.md: architecture diagram, AWS services table, risks matrix, ADR format
  • structure.md: directory layout, layer responsibilities, naming conventions, extension points
  • tech.md: runtime config, linter/formatter setup, quality gates, observability patterns

Steering packs

All 12 steering packs expanded from 1-line summaries to full actionable guides:

  • always-loaded (core, security, git, aws-shared): conventions, principles, anti-patterns
  • file-match (testing, lambda, api, observability, runtime-ts/py/js, cdk, terraform): tooling, structure, examples

Impact

  • Agents now receive rich contextual guidance instead of one-line hints
  • New projects get meaningful scaffolding templates instead of empty headers
  • Total steering content: ~730 new lines of actionable rules and conventions

- Scaffolding templates (product, structure, tech) now include tables,
  diagrams, examples, and placeholder variables for real projects
- All 12 steering packs expanded from 1-line summaries to full guides
  with conventions, anti-patterns, and runtime-specific tooling
- Core steering: idioma, principios, convenciones, limites
- Security: IAM, secretos, datos, validacion de entrada
- Git: conventional commits, ramas, PRs, .gitignore
- AWS shared: naming, tags, entornos, costos
- Testing: estrategia, quality gates, herramientas por runtime
- Lambda: handlers, performance, logs, empaquetado
- API: contratos, errores, auth, eventos, rate limiting
- Observability: logs, metricas, alarmas, trazas, dashboards
- Runtime TS/PY/JS: config, scripts, SDK, estructura
- CDK: stacks, constructs, synth, seguridad
- Terraform: state, modulos, tags, seguridad
@eliecer2000 eliecer2000 merged commit 16679b3 into main Mar 22, 2026
9 checks passed
@eliecer2000 eliecer2000 deleted the feat/enrich-templates-and-steering branch March 22, 2026 11:07
@eliecer2000 eliecer2000 added the good first issue Good for newcomers label Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant