aizen-gate/skills-reference/.agent/skills/conductor-setup/SKILL.md
Initialize project with Conductor artifacts (product definition, tech stack, workflow, style guides)
npx skillsauth add ahmad-ubaidillah/aizen-gate conductor-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Initialize or resume Conductor project setup. This command creates foundational project documentation through interactive Q&A.
resources/implementation-playbook.md.Check if conductor/ directory already exists in the project root:
conductor/product.md exists: Ask user whether to resume setup or reinitializeconductor/setup_state.json exists with incomplete status: Offer to resume from last stepDetect project type by checking for existing indicators:
Load or create conductor/setup_state.json:
{
"status": "in_progress",
"project_type": "greenfield|brownfield",
"current_section": "product|guidelines|tech_stack|workflow|styleguides",
"current_question": 1,
"completed_sections": [],
"answers": {},
"files_created": [],
"started_at": "ISO_TIMESTAMP",
"last_updated": "ISO_TIMESTAMP"
}
CRITICAL RULES:
setup_state.json after each successful stepdevelopment
Modern Angular (v20+) expert with deep knowledge of Signals, Standalone Components, Zoneless applications, SSR/Hydration, and reactive patterns.
development
Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states.
tools
Master modern Angular state management with Signals, NgRx, and RxJS. Use when setting up global state, managing component stores, choosing between state solutions, or migrating from legacy patterns.
development
Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or ...