prompt-update

Classify new prompt documentation content and write it to the correct documentation layer.

2|1|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/is-ivanov/rpm-ddd --skill prompt-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-update
Source: https://github.com/is-ivanov/rpm-ddd/tree/main/.opencode/skills/prompt-update
Command: npx skills add https://github.com/is-ivanov/rpm-ddd --skill prompt-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents prompt and documentation updates from being scattered, duplicated, or written into the wrong layer by classifying new content and routing it to the correct project files.

Core Features & Use Cases

  • Documentation Classification: Determines whether new content is a principle, detection pattern, code example, or layer-specific guidance.
  • Multi-Target Updates: Identifies all relevant documentation destinations so rules, enforcement, and templates stay aligned.
  • Duplication Control: Checks existing rules, agents, skills, tech notes, and templates before writing to avoid redundant or conflicting guidance.
  • Use Case: When a team discovers a new coding rule or review pattern, this Skill decides where it belongs, updates the right documentation files together, and flags whether related skills should also be reviewed.

Quick Start

Ask the prompt-update skill to classify a new rule or workflow note and write it into the correct documentation files.

Frequently Asked Questions about prompt-update

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

FAQPage Schema
How do I organize new prompt documentation into the correct project files?

Organize prompt documentation by classifying content through a four-question process that determines whether it is a rule, detection pattern, code example, or layer-specific guidance, then writes it to the correct files.

What is the best way to prevent duplicated coding rules across project documentation?

Prevent duplicated coding rules by performing duplicate checking across existing documentation directories, ensuring new content is validated against current rules, agents, skills, and templates before being written.

How do I classify workflow steps and layer-specific guidance for a documentation update?

Classify workflow steps and layer-specific guidance by applying an explicit four-question classification process that routes new content to the appropriate documentation layer and identifies all relevant destination files.

Does prompt-update apply tech-agnostic validation for universal project files?

Prompt-update applies tech-agnostic validation specifically for universal files to ensure documentation content remains framework-independent and suitable across different layers of the project.

When should I review related skills after updating project documentation?

Review related skills immediately after updating project documentation when impact verification flags that newly classified rules or patterns may affect existing skills, ensuring all aligned documentation stays current.

Can I update multiple documentation destinations at once for a new coding rule?

Update multiple documentation destinations simultaneously through multi-target updates that identify all relevant files, keeping rules, enforcement mechanisms, and templates aligned across the project.