SpecForge is a specification-driven engineering orchestration CLI that converts ideas and repository changes into disciplined, artifact-driven development workflows.
SpecForge treats software engineering like a deterministic build system: ideas become specs, specs become tasks, and tasks become tested, reviewable changes.
| Contributing | License | Development Tracker | Project Board |
|---|
Early development. The repository is currently implementing Phase 1 foundations:
- core contracts
- artifact versioning
- policy/config model
- test and build scaffold
- TypeScript
- Node.js
- pnpm
- Vitest
- Commander
pnpm install
pnpm test
pnpm typecheck
pnpm build- Contributor guide: CONTRIBUTING.md
- Development Tracker issue: iKwesi#54
- GitHub Project board: https://github.com/users/iKwesi/projects/1
Licensed under Apache-2.0. See LICENSE.