project-guidelines

Read project guidelines files and apply conventions in SDD workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill documents and enforces project-specific conventions within the SDD workflow, ensuring consistent error handling, logging, naming, and testing across teams.

Core Features & Use Cases

  • Standard Reading & Application of Project Guidelines
  • Read and reference .sdd/project-guidelines.md and any linked docs to extract conventions
  • Enforce consistency during design, review, and implementation phases

Quick Start

To apply, guide the agent to locate and read the project guidelines via .sdd/project-guidelines.md and implement conventions during design and development tasks.

Frequently Asked Questions about project-guidelines

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

FAQPage Schema
How do I enforce consistent coding conventions across my team's project?

Enforce consistent coding conventions by establishing a project guidelines document that specifies error handling, logging, naming, and testing standards. Read and reference this guidelines file during design, review, and implementation phases to ensure all team members apply the same conventions across the codebase.

What should be included in project guidelines for SDD workflows?

Project guidelines for SDD workflows should document error handling patterns, logging standards, naming conventions, and testing requirements. Store these in a centralized location like .sdd/project-guidelines.md and reference them consistently during design reviews and code implementation to maintain team alignment.

How do I apply project guidelines during the design and review phases?

Apply project guidelines during design and review by reading the project guidelines file, extracting the documented conventions, and translating them into concrete practices. Use these standards to validate design decisions and implementation choices across all team members at each project phase.

Can I use project guidelines to standardize error handling and logging across teams?

Yes, project guidelines standardize error handling and logging by documenting team-specific conventions and enforcing their application during design, review, and implementation. This ensures consistent patterns across all team members and project phases.

What's the best way to maintain documentation of coding standards for a distributed team?

Maintain coding standards documentation in a centralized project guidelines file that all team members reference consistently. Document error handling, logging, naming, and testing conventions, then enforce adherence during design reviews and implementation to ensure distributed teams follow the same standards.