Initialize new project with complete development setup
/plugin marketplace add bryonjacob/aug/plugin install aug-dev@aug<project-name># start-project ## Task $ARGUMENTS ## Purpose Initialize new project with full development workflow setup. ## Steps **1. Create GitHub Repo:** **2. Create CLAUDE.md:** Use `documenting-with-claude-md` skill: **3. Create Justfile:** Use `creating-justfiles` skill for appropriate template **4. Initialize Language Stack:** Python (`configuring-python-stack`): JavaScript (`configuring-javascript-stack`): **5. Install Hooks:** Use `installing-git-hooks`: **6. GitHub Actions:** Use `configuring-github-actions` for `.github/workflows/pr-checks.yml` **7. Initial Commit:** *...