Manual documentation takes time and often becomes outdated. This skill automates creation of numbered task docs using templates and repository context, ensuring consistent structure and accurate references.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "doc-writer". Create a new task document for user authentication feature using DOC_TEMPLATE.md
النتيجة المتوقعة:
- • Document created at docs/planned/03-user-authentication.md
- • Metadata block includes task number, status, and date
- • Objective section describes authentication goals
- • Prerequisites list dependencies and requirements
- • Implementation steps reference existing auth modules
- • Validation section defines acceptance criteria
التدقيق الأمني
آمنPure prompt-based skill containing only documentation guidelines. No executable code, no network calls, no file system access, no external commands. This is a configuration file that instructs an AI how to write documentation using repository templates and context.
درجة الجودة
ماذا يمكنك بناءه
Maintain consistent task tracking
Generate standardized task documents that track planned and completed work across your project.
Enforce documentation standards
Ensure all tasks follow the same structure with proper metadata, objectives, and completion criteria.
Document implementation details
Create implementation step documentation with validation criteria and reference links to existing code.
جرّب هذه الموجهات
Create a new task document for [task name] in docs/planned/ using DOC_TEMPLATE.md. Number it sequentially after existing tasks and include context from PLAN.md.
Move task [task-name] from docs/planned/ to docs/completed/ and update the document to reflect what was actually implemented.
Review and update the task document at [path] to reflect current repository state, tests, and tooling requirements.
Generate a complete task document for [feature] using DOC_TEMPLATE.md. Gather context from PLAN.md, AGENTS.md, and relevant source files. Link to existing code rather than duplicating.
أفضل الممارسات
- Always read DOC_TEMPLATE.md first to ensure proper structure
- Link to existing code files instead of copying large excerpts
- Verify acceptance criteria match current repository state
- Use unique two-digit prefixes to avoid naming conflicts
تجنب
- Creating docs without checking existing numbering sequence
- Duplicating large code blocks instead of linking to source
- Skipping the metadata block or required template sections
- Failing to validate against DOC_TEMPLATE.md structure