project-architect

Generate implementation-ready documentation and a single-shot coding-agent prompt.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/beqaux/time2learneu-project --skill project-architect-beqaux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-architect
Source: https://github.com/beqaux/time2learneu-project/tree/main/.agents/skills/project-architect
Command: npx skills add https://github.com/beqaux/time2learneu-project --skill project-architect-beqaux

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Project Architect turns a rough idea into clear, implementation-ready architecture documentation so you can build with fewer ambiguities and faster alignment between you and your coding agent.

Core Features & Use Cases

  • Documentation-first project planning: produces implementation-ready blueprints that break work into reviewable documents before coding starts.
  • Structured discovery and review checkpoints: interactively gathers requirements (scope, audience, stack direction, features) and pauses for approval between phases.
  • Agent-ready single-shot execution: generates a Claude Code-optimized PROMPT.md that instructs the agent to create the project end-to-end from scratch.

Use cases: planning a new web/CLI/product idea, producing a tech-stack decision with trade-offs, translating a spec into ordered build tasks, and generating a prompt that a coding agent can execute directly.

Quick Start

Use the skill to plan your project by telling your agent: plan my project: a product idea with core features, target users, and any constraints about auth, database, and deployment.

Frequently Asked Questions about project-architect

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

FAQPage Schema
How do I generate implementation-ready architecture documentation from a rough project idea?

To generate implementation-ready architecture documentation, provide your project idea, target users, and technical constraints. The system interactively gathers requirements and produces structured blueprints like SPECIFICATION.md and IMPLEMENTATION.md with review checkpoints before any coding begins.

What is a documentation-first development workflow for system design?

A documentation-first development workflow breaks project planning into reviewable documents—covering discovery, architecture decisions, and ordered tasks—before writing code. This minimizes ambiguities and ensures alignment between you and your coding agent.

How do I create a single-shot coding agent prompt for autonomous project execution?

You create a single-shot coding agent prompt by translating finalized architecture documents into a PROMPT.md file. This file instructs an autonomous coding agent to build the project end-to-end from scratch, governed by the generated build sequence.

Can I get tech stack selection and pattern recommendations during project planning?

Yes, interactive tech stack selection and pattern recommendations are built into the project planning process. You provide stack directions and constraints like auth or database needs, and the system recommends suitable patterns with trade-offs.

Does this project planning approach work for both web apps and CLI tools?

Yes, this project planning approach supports web apps, CLI tools, and general product systems. It applies structured discovery and task decomposition to translate any software spec into ordered build tasks.