1c-feature-dev

1c-feature-dev is a skill for Claude Code from AndreevED/1c-ai-feature-dev-workflow. It costs 101 tokens per session (3,647 once invoked), scanned A, original, MIT.

A structured process for developing custom features in 1C, a business software platform. It covers requirements, planning, implementation, and acceptance checks.

In plain words
What is it for?
Use it to create 1C modules, add features, assess task complexity, organize work, and check that the result meets its requirements.
Why use it?
It helps prevent unclear requirements, missed work, and unverified changes when modifying 1C software. Plans are reviewed before coding begins.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths.

Good fit Use it to create 1C modules, add features, assess task complexity, organize work, and check that the result meets its requirements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andreeved/1c-ai-feature-dev-workflow/1c-feature-dev
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AndreevED/1c-ai-feature-dev-workflow --skill 1c-feature-dev
Clone the repo
git clone --depth 1 https://github.com/AndreevED/1c-ai-feature-dev-workflow

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 1c-feature-dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/andreeved/1c-ai-feature-dev-workflow/1c-feature-dev.svg)](https://agentmods.dev/skills/andreeved/1c-ai-feature-dev-workflow/1c-feature-dev)
Your own site
<a href="https://agentmods.dev/skills/andreeved/1c-ai-feature-dev-workflow/1c-feature-dev"><img src="https://agentmods.dev/badge/skills/andreeved/1c-ai-feature-dev-workflow/1c-feature-dev.svg" alt="Measured on agentmods" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,647 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00101 $0.03647
Opus 5 $0.00051 $0.01824
Sonnet 5 $0.00020 $0.00729
Haiku 4.5 $0.00010 $0.00365

Measured 8d ago against content hash 5d7fd83004cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

1c-feature-dev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/1c-feature-dev/SKILL.md · 275 lines

How it starts

The opening of the file, as written. The whole thing — 275 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Принципы работы

  • Адаптивность: количество агентов и глубина анализа зависят от сложности задачи
  • Ранняя валидация: ревью плана до реализации, а не после
  • Уточнение требований: выявление всех неоднозначностей до проектирования через вопросы пользователю
  • Атомарные шаги: этапы реализации с критериями приемки и проверками
  • Отслеживание прогресса: после завершения каждой фазы отмечай её как завершённую в списке задач

Phase 0: Инициализация и оценка сложности

Цель: понять масштаб задачи и создать структуру для работы

Начальный запрос: $ARGUMENTS

Действия:

  1. Создай список задач со всеми фазами
  2. Создай директорию .tasks/task-[feature-name]/ для хранения артефактов
  3. Оцени сложность задачи (простая/средняя/сложная/критичная):
    • Простая: небольшое изменение, очевидная реализация
    • Средняя: затрагивает несколько модулей, требует понимания архитектуры
    • Сложная: большая доработка, несколько подсистем, неочевидные решения
    • Критичная: архитектурные изменения, влияние на всю систему, высокие риски
  4. Запиши оценку сложности в файл .tasks/task-[feature-name]/phase0-complexity.md

Phase 1: Discovery

Цель: понять, что нужно построить

Действия:

  1. Если доработка неясна, спроси пользователя:
    • Какую проблему они решают?
    • Что должна делать доработка?
    • Есть ли ограничения или требования?
  2. Резюмируй понимание и получи подтверждение от пользователя
  3. Сохрани подтвержденное понимание в файл .tasks/task-[feature-name]/phase1-requirements.md:
    • Исходный запрос из $ARGUMENTS
    • Уточняющие вопросы и ответы (если были)
    • Резюме понимания задачи
    • Ключевые требования и ограничения
    • Подтверждение пользователя

Phase 2: Исследование кодовой базы 1C

Цель: понять существующий код и паттерны

ПРИНЦИПЫ АДАПТИВНОГО ИССЛЕДОВАНИЯ:

ТЫ ПРИНИМАЕШЬ РЕШЕНИЕ о стратегии исследования на основе:

  • Оценки сложности из Phase 0
  • Характера задачи (новая доработка vs расширение существующей)
  • Того, насколько понятна область кодовой базы

Read the full file on GitHub · 275 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 275 lines · 101 tokens per session scan A 5d7fd83004cb

Subscribe to this mod's changes

1c-feature-dev is a skill published in the GitHub repository AndreevED/1c-ai-feature-dev-workflow (153 stars, last pushed 6mo ago), licensed MIT. It adds 101 tokens to every session and 3,647 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.