* feat(spec): add project-template skill init and check flow * refactor(spec): remove repo-init migrate references to project-template * test(spec): structural tests for project-template skill and command * fix(test): wrap long lines and use non_templated var in project template tests * fix(ci): reformat test_project_template_skill.py for ruff format --------- Co-authored-by: opencode-agent <agent@opencode.local>
658 B
658 B
| description | agent |
|---|---|
| Project template — init new project (cookiecutter + GitHub remote) or check existing (project-status) | build |
Load the project-template skill via skill({name: "project-template"}) and follow its ПРОТОКОЛ strictly. Два flow: init (cookiecutter по типу + git + gh repo create + branch protection + project-status) или check (project-status → отчёт → рекомендации через subagents). Главный агент — оркестратор: вопросы юзеру + project-status tool (read-only) + делегирование. Не делает cookiecutter/git/gh напрямую.