create-ai-for-engineer
v0.1.0
Published
Scaffold AI-ready TypeScript projects with Copilot and Claude Code workflows.
Maintainers
Readme
create-ai-for-engineer
Scaffold AI-ready TypeScript projects with disciplined AI software engineering workflows.
Getting Started
npm install
npm testScripts
| Script | Purpose |
| --- | --- |
| npm test | Run all tests with Vitest |
| npm run test:watch | Run tests in watch mode |
| npm run typecheck | TypeScript type checking |
| npm run lint | ESLint |
| npm run format | Prettier |
| npm run build | Compile TypeScript |
AI Workflow
This project is scaffolded for disciplined AI-assisted development. See the docs/ folder for the recommended workflow:
docs/ubiquitous-language.md— shared vocabularydocs/prd.md— product requirementsdocs/architecture.md— architecture mapdocs/tdd-workflow.md— TDD processdocs/architecture-review.md— architecture review checklist
GitHub Copilot
Project instructions live in .github/copilot-instructions.md.
Reusable workflows are in .github/prompts/ and .github/chatmodes/.
Claude Code
Project instructions live in CLAUDE.md.
Slash commands are in .claude/commands/ and subagents in .claude/agents/.
