project-guide

Orchestrate a six-phase codebase analysis workflow with quality gates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/thethirdorigin/skills --skill project-guide-thethirdorigin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-guide
Source: https://github.com/thethirdorigin/skills/tree/main/plugins/thethirdorigin-skills/skills/project-guide
Command: npx skills add https://github.com/thethirdorigin/skills --skill project-guide-thethirdorigin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically analyze a codebase to understand architecture, conventions, and patterns before coding.

Core Features & Use Cases

  • Orchestrates a 6-phase workflow that coordinates discovery, pattern identification, and implementation guidance across languages.
  • Loads sub-skills like codegraph, audit, and language-specific guides to enforce best practices.
  • Provides phase-by-phase instructions and quality gates to align teams on architecture and standards.

Quick Start

Load the required sub-skills (codegraph and language-specific audits) and start Phase 1 to gather context.

Frequently Asked Questions about project-guide

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

FAQPage Schema
How do I systematically analyze a codebase to understand its architecture before coding?

You can systematically analyze a codebase by orchestrating a six-phase workflow that coordinates discovery, pattern identification, and implementation guidance across frontend, backend, and infrastructure layers.

What is the best way to enforce coding conventions and best practices across different programming languages?

Enforcing coding conventions across languages is achieved by loading sub-skills like codegraph and language-specific guides, which apply phase-by-phase instructions and quality gates to align teams on standards.

How do I start feature development with consistent project analysis and quality gates?

To start feature development, load required sub-skills such as codegraph and language-specific audits, then begin Phase 1 to gather context and ensure consistent, well-documented implementation.

Does this project analysis workflow support both frontend and backend codebases?

Yes, the project analysis workflow applies across frontend, backend, and infrastructure, triggering language-specific sub-skills like react-best-practises and rust-best-practises for targeted discovery and auditing.

Can I use codegraph for codebase discovery during the project audit process?

Yes, you can use codegraph during the project audit process; the orchestrator loads it as a sub-skill to perform structural discovery and pattern identification within the codebase.

Why do I need to load sub-skills before starting a project architecture audit?

Loading sub-skills before an architecture audit is required to enforce conventions and provide language-specific implementation guidance, ensuring the quality gate has the necessary context to validate feature specifications.