Skip to content

Maistik Spec KitSpec-Driven Development for teams that ship.

Specifications as source of truth. AI-assisted implementation. GitLab-native.

The Workflow

Maistik Spec Kit follows a structured pipeline where each step produces a Markdown artifact that feeds the next:

Every artifact is a Markdown file versioned in Git. Specs are living documents that improve as your project grows.

Quick Example

bash
# Install
uv tool install maistik-specify-cli --from git+ssh://git@gitlab.com/maistik-studio/tools/spec-kit.git

# Initialize a project
specify init my-app --ai claude

# Then in Claude Code:
/speckit.constitution Code quality, testing, performance
/speckit.specify Build a task management app with kanban boards
/speckit.plan Use Next.js, PostgreSQL, and Tailwind CSS
/speckit.tasks
/speckit.implement

Get Started →

Released under the MIT License.