Project Plugin
Project initialization, management, and maintenance - setup, changelog review, and continuous development workflows
Skills in this plugin
7- ▌ Project Init · laurigatesScaffold a new project with base structure (git, README, LICENSE, CI, pre-commit). Use when starting a new project, initializing a repo, or bootstrapping Python/Node/Rust/Go.
- ▌ Refocus · laurigatesRefresh the plan to focus on the task at hand. Use when context grew, completed steps muddy it, or you want to clear context and continue in auto mode.
- ▌ Changelog Review · laurigates bundleClaude Code changelog analysis for plugin impact. Use when checking new features, breaking changes, or upgrade opportunities from a Claude Code release.
- ▌ Project Continue · laurigatesNext task from the feature tracker and PRDs, then implement it. Use when resuming coding in a blueprint project, picking the next tracker task, or resuming a TDD cycle after a break.
- ▌ Project Discovery · laurigates bundleProject orientation for unfamiliar codebases. Use when entering a new project, exploring unknown repos, or working on shaky assumptions about build, test, lint, or CI setup.
- ▌ Project Test Loop · laurigates bundleTest-fix-refactor loop that edits code between runs until the suite is green, bounded by --max-cycles. Use when asked to make failing tests pass or drive a TDD RED/GREEN/REFACTOR cycle.
- ▌ Project Skill Scripts · laurigatesFind and create supporting scripts for plugin skills. Use when auditing skills for script opportunities, improving token efficiency, or extracting bash blocks from SKILL.md.