architecture-aware-init
Architecture-aware project initialization combining online research with archetype selection
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-attune-architecture-aware-initNight 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-attune-architecture-aware-init": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
synthesize
>- Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure