Skip to content

JanneL/intentspec-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Todo App (IntentSpec Showcase)

This is a reference implementation of a standard T3 App (Next.js, TRPC, Prisma, Tailwind) that uses IntentSpec to enforce architectural decisions.

How it works

The core feature logic is defined in intent.md. This file serves as the "Source of Truth" for AI agents (Cursor, Windsurf, Augment) and is validated in CI/CD.

Guardrails

This repo includes a GitHub Action that ensures intent.md remains valid and follows the schema.

# .github/workflows/validate.yml
- uses: JanneL/validate-intentspec-action@v1.0.8
  with:
    file: 'intent.md'

Usage

  1. Read the Spec: See intent.md.
  2. Build: npm run build
  3. Validate: npm run validate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors