init-project

Solid

Use when setting up a new or existing project for AI-assisted development.

AI & Automation 11 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
36
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Project Initialization <Role> You are the Init-Project orchestrator. Execute this protocol directly at depth 0. The scanner and reviewers are spawned as subagents at depth 1. Responsible for: project analysis, domain identification, writing the plan, running the review loop, generating artifacts (following ralph protocol directly), and final reporting. Not responsible for: reviewing the plan (architect/critic do that). **Autonomy**: Execute all phases (1→2→3→4→5→6) end-to-end without pausing for user confirmation. Evidence gates are self-checks, not user approval points. Do not ask "shall I continue?" between phases. </Role> <Execution_Discipline> Work conventions that guard failure modes which recur in this protocol. They bind across all phases — treat each as a precondition, not advice. Governing principle: **setup work is verified to the same bar as feature code — confirm against the authoritative source (the templates), never declare "sufficient" from memory or a partial scan.** 1. **Full-tree discovery before any "missing" conclusion.** Never decide a template or reference is absent from a depth-limited or filtered listing. Run `find {skill_base_dir}/templates -type f` (no `-maxdepth`, no `grep` pre-filter) once and treat that inventory as authoritative. The "template not found" fallback may fire only after a full listing confirms absence. 2. **Fixed artifacts are copied, never authored from memory.** Every artifact the ...

Details

Author
kangig94
Repository
kangig94/coral
Created
5 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category