00-meta-initialization

Solid

Use when starting project documentation to detect project type, select Waterfall, Agile, or Hybrid delivery, and generate the documentation roadmap.

Web & Frontend 25 stars 6 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
47
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Meta-Initialization Skill <!-- dual-compat-start --><!-- dual-compat-end --> ## Inputs | Artefact | Required? | Purpose | |---|---|---| | Project objective, stakeholders, constraints, and delivery context | yes | Classify project and method | | Existing documents and standards | conditional | Avoid duplicate or conflicting scaffolds | ## Outputs | Artefact | Consumer | Acceptance condition | |---|---|---| | Project profile and documentation roadmap | Project team | Method justified, phases ordered, owners and gates explicit | ## Capability contract Read/search are required. Creating directories or documents requires explicit project-initialisation scope; never overwrite existing artefacts without inspection. ## Degraded mode Fallback with incomplete context: produce a provisional profile and question register, not a falsely definitive methodology. ## Decision rules | Condition | Method | Failure avoided | |---|---|---| | Stable regulated scope and formal approvals | Waterfall | Missing governance evidence | | Evolving product with iterative discovery | Agile | Premature specification lock-in | | Formal gates plus iterative delivery | Hybrid | False either/or method choice | ## Domain anti-patterns - Selecting Agile because requirements are missing. Fix: gather minimum project facts first. - Generating every possible document. Fix: justify each artefact by risk and audience. - Overwriting an existing roadmap. Fix: inspect and propose a merge. - Treating the method as a ...

Details

Author
peterbamuhigire
Repository
peterbamuhigire/chwezi-dev-engine
Created
7 months ago
Last Updated
3 days ago
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

new-project

Use when the task matches skill: new project scaffold and this skill's local workflow.

25 Updated 3 days ago
peterbamuhigire
AI & Automation Listed

docs-driven-workflow

Use when starting or finishing any coding/editing task in a project that follows a documentation-first AI collaboration workflow — declare scope before editing, log every change afterward with a changelog entry, scaffold a brand-new project with this discipline (AGENTS.md/README/docs skeleton), or audit and reorganize a project's folder structure against its own documented conventions.(中文触发词:初始化新项目/搭 AGENTS.md 骨架、存量项目接入文档驱动规范、整理文件夹/文件归档、改动前声明范围、改动后写 CHANGELOG/留痕)

4 Updated 3 weeks ago
MNICKZ
Code & Development Listed

init

Initialize Draft project context for Context-Driven Development — the single, scope-aware entry point (works at the repo root or inside any sub-module; no separate index command). Builds the root-first code-graph knowledge memory (draft/graph/, with a module→root link) and creates product.md, tech-stack.md, workflow.md, tracks.md, architecture.md (brownfield), .ai-context.md (derived), and .ai-profile.md. Supports --graph-only (graph memory only, no markdown) and --module-only. Use when the user asks to 'init draft', 'set up Draft for this project', 'bootstrap context', 'build the code graph', or says 'start using Draft', 'I want to use Draft here'.

40 Updated 1 weeks ago
drafthq