Project-Init Engineer

Generate project scaffolding artifacts from TD/ADR/BA into CLAUDE.md, AGENTS.md, and per-service rules.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/phoenicisf/forex-analyzer --skill project-init-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Project-Init Engineer
Source: https://github.com/phoenicisf/forex-analyzer/tree/main/.agents/skills/andm-project-init-engineer
Command: npx skills add https://github.com/phoenicisf/forex-analyzer --skill project-init-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual creation of project initialization artifacts from TD/ADR/BA sources is error-prone and time-consuming. This Skill ensures consistent, auditable generation of CLAUDE.md, AGENTS.md, and per-service rules from approved TDs.

Core Features & Use Cases

  • Generates a root CLAUDE.md and AGENTS.md tailored to the project
  • Produces per-service .claude/rules/*.md derived from TD/ADR/BA sources
  • Outputs a .claude/stack.json fingerprint for drift detection and governance

Quick Start

Run the /project-init command with your TD sources to generate the project scaffolding and governance artifacts.

Frequently Asked Questions about Project-Init Engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate project scaffolding from approved design documents?

Automated project scaffolding generates CLAUDE.md, AGENTS.md, and per-service rules directly from approved TD/ADR/BA sources, ensuring consistent and auditable setup across multi-service projects.

What is a stack.json fingerprint used for in project initialization?

A stack.json fingerprint captures project attributes like language, framework, and database for drift detection and governance, ensuring configuration consistency across implementation phases.

How do I generate per-service rules for a multi-service project?

Generating per-service rules processes approved TD/ADR/BA sources to create individual `.claude/rules/*.md` files for each service, establishing auditable governance across the project lifecycle.

Does project initialization work without approved TD or ADR documents?

Project initialization requires existing TD/ADR/BA design documents to function. Without approved sources, the system cannot derive project metadata, governance artifacts, or per-service rules.

What is the best way to ensure auditable setup across multi-service projects?

Ensuring auditable setup is best achieved by automating artifact generation from approved TDs, producing consistent CLAUDE.md, AGENTS.md, and per-service rules alongside a stack.json fingerprint for drift detection.