name: project-initializer description: Scaffolds a new Google Antigravity project with the standard .agent harness, rules, and workflows.
Skill: Project Initializer
Description
This skill bootstraps a new project with the mandatory ".agent" folder structure, including TDD workflows, debug modes, and coding standards.
Usage
Run this skill when starting a new workspace to ensure compliance with personal best practices.
Actions
Create Directories:
.agent/rules.agent/skills.agent/workflows.agent/plans
Create Core Files:
- Write
.agent/instructions.md(System Instructions) - Write
.agent/rules/ui-rules.md(UI Standards) - Write
.agent/rules/git-standards.md(Git Standards) - Write
.agent/workflows/tdd.md(TDD Workflow) - Write
.agent/skills/test-specialist.md(Test Skill) - Write
.agent/skills/debug-mode.md(Debug Skill)
- Write
Verify:
- Check that the files exist.