Skip to content

Plugin system for tech-stack-specific templates #7

@nakurian

Description

@nakurian

Problem

The default standards/coding-standards.md is NestJS/TypeScript-oriented. Phase 0 setup rewrites it based on the chosen tech stack, but the agent generates it from scratch each time. For consistent, battle-tested standards, teams want pre-built template packs.

Proposed solution

A templates/ directory with tech-stack-specific presets:

templates/
├── nestjs-typescript/
│   ├── coding-standards.md
│   ├── api-design.md
│   └── project-structure.md
├── spring-boot-java/
│   ├── coding-standards.md
│   ├── api-design.md
│   └── project-structure.md
├── fastapi-python/
│   └── ...
├── go-echo/
│   └── ...
└── nextjs-react/
    └── ...

Phase 0 setup would:

  1. Ask tech stack
  2. Copy the matching template pack to standards/
  3. Allow customization on top

Community can contribute template packs via PRs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions