Back to list
resolve-io

initialize-architecture

by resolve-io

An AI-assisted software engineering methodology that refracts development complexity into clear, actionable principles through coordinated AI agents. Combines proven methodologies (PSP/TSP, TDD/XP, Clean Code, DDD) into a unified framework for predictable, resilient, intentional, sustainable, and maintainable software development.

1🍴 1📅 Jan 22, 2026

SKILL.md


name: initialize-architecture description: Use to create complete architecture documentation structure. Creates all required architecture documents from templates. version: 1.0.0

Initialize Architecture Documentation Task

When to Use

  • New Projects: Initialize architecture documentation for greenfield projects
  • Missing Documentation: Create missing architecture documents in existing projects
  • Architecture Reset: Rebuild architecture documentation structure
  • Onboarding: Ensure all architecture documents exist for new team members

What This Skill Does

Creates complete architecture documentation structure from templates:

  • Configuration: Reads locations from .prism/core-config.yaml
  • Status Check: Detects existing vs missing documents
  • Generation: Creates documents from standardized templates
  • Indexing: Builds master README with navigation

Prerequisites

  • Project root must have .prism/core-config.yaml
  • architecture.architectureShardedLocation config (default: docs/architecture)
  • Write permissions to create files

Quick Start

  1. Run the skill
  2. Review existing documentation status
  3. Choose mode (create missing or recreate all)
  4. Wait for document generation
  5. Review generated documents and fill in project-specific details

Output Location: docs/architecture/ (or as configured)

Workflow Steps

StepNamePurpose
1Load ConfigurationRead core-config.yaml settings
2Check ExistingShow status of existing docs
3Create DirectoryEnsure architecture folder exists
4Generate DocumentsCreate documents from templates
5Create Master IndexBuild README.md navigation
6Validate & CompleteVerify files and show next steps

Documents Generated

DocumentPurpose
coding-standards.mdCode quality and style guidelines
tech-stack.mdTechnologies, frameworks, dependencies
source-tree.mdCode organization and structure
deployment.mdInfrastructure and deployment process
data-model.mdDatabase schemas and relationships
api-contracts.mdAPI endpoints and integrations
README.mdMaster index and navigation

Modes

  • Create Missing: Only generate documents that don't exist
  • Recreate All: Regenerate all documents (overwrites existing)
  • Cancel: Exit without changes

Reference Documentation

Document Status Indicators

All documents start as Draft and progress through:

  • 🔴 Draft - Initial template, needs content
  • 🟡 In Progress - Being actively updated
  • 🟢 Complete - Reviewed and approved

Next Steps After Initialization

  1. 📝 Review each document and fill in project-specific details
  2. 🎨 Update status indicators as documents are completed
  3. 👥 Assign document owners
  4. 📅 Schedule quarterly reviews
  5. 🔄 Keep documentation current with architecture changes

Guardrails

  • Always verify config is loaded before proceeding
  • Check for existing documents to avoid accidental overwrites
  • Write files immediately after generation
  • Inform user of all files created
  • Provide clear next steps for document completion

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon