---
title: "bigger picture description rules"
description: "When a user asks how a certain part of the code works:"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/bigger-picture-description-rules
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:08:27.776Z
license: CC-BY-4.0
attribution: "bigger picture description rules — Claudary (https://claudary.paisolsolutions.com/skills/bigger-picture-description-rules)"
---

# bigger picture description rules
When a user asks how a certain part of the code works:

## Overview

---
name: Bigger Picture Description Rules
description: Guidelines for explaining how code works in context
alwaysApply: false
---

When a user asks how a certain part of the code works:

## 1. Describe what the code does in isolation

Explain the functionality of the code without considering its interactions with other parts of the codebase.

## 2. Describe interactions with other parts of the codebase

If the code interacts with other parts of the codebase, describe how the code is imported and used in other parts of the codebase.

## 3. Include parent function for clarity

When describing each use-case, include the parent function for clarity.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/bigger-picture-description-rules) · https://claudary.paisolsolutions.com
