ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

architecture-aware-init

Architecture-aware project initialization combining online research with archetype selection

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-attune-architecture-aware-init
Or

Night Market Skill — ported from claude-night-market/attune. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Table of Contents

  • Overview
  • When to Use This Skill
  • Required TodoWrite Items
  • 5-Step Workflow
  • Step 1: Gather Project Context
  • Step 2: Research Best Practices (arch-init:research-completed)
  • Step 3: Select Architecture Paradigm (arch-init:paradigm-selected)
  • Step 4: Customize Templates (arch-init:templates-customized)
  • Step 5: Create Architecture Decision Record (arch-init:decision-recorded)
  • Date
  • Status
  • Context
  • Decision
  • Rationale
  • Research Findings
  • Key Considerations
  • Alternatives Considered
  • Consequences
  • Positive
  • Negative
  • Implementation
  • References
  • Output: Complete Initialization Package
  • Script Integration
  • Architecture Research
  • Template Customization
  • Full Interactive Flow
  • Using as Library (within Claude Code)
  • Integration with Existing Commands
  • Example Session
  • Related Skills
  • See Also

Architecture-Aware Project Initialization

Overview

Enhanced project initialization that combines:

  • Deep online research into current best practices for your project type
  • Archetype selection from the 14 paradigms in the archetypes plugin
  • Template customization based on chosen architecture
  • Decision documentation for future reference

When to Use This Skill

Use this skill when:

  • Starting a new project and unsure which architecture fits best
  • Want modern, industry-standard architecture choices
  • Need justification for architectural decisions
  • Want templates customized to your chosen paradigm

Use instead of project-init when architecture is undecided. Use before project-specification to establish architectural foundation.

Required TodoWrite Items

Metadata

Author@athola
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-athola-nm-attune-architecture-aware-init": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.