intake

Integrate new document versions into the specification spine and detect changes.

2|Updated May 19, 2026
One-click install
npx skills add https://github.com/element22llc/e22-plugins --skill intake-element22llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intake
Source: https://github.com/element22llc/e22-plugins/tree/main/plugins/steer/skills/intake
Command: npx skills add https://github.com/element22llc/e22-plugins --skill intake-element22llc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill efficiently manages and incorporates changes from specifications, roadmaps, and clarifications, streamlining the update process for product teams.

Core Features & Use Cases

  • Automated Document Absorption: Import and version new or updated documents, automatically converting them to Markdown.
  • Change Detection and Diffing: Compare changes between document versions, identifying additions, removals, and modifications.
  • Routing Changes: Route changes to relevant parts of the project specifications and trackers without data loss or conflicts.

Quick Start

Run the 'intake' skill to import and analyze changes from the latest version of the specification document.

Frequently Asked Questions about intake

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

FAQPage Schema
How do I integrate document changes into a project specification spine?

To integrate document changes into a specification spine, this Skill absorbs new document versions, automatically converts them to Markdown, and uses git diffing to detect additions and modifications for non-clobbering routing.

Can I automatically detect changes between document versions for specification management?

Yes, automated change detection compares changes between document versions by utilizing git diffing capabilities to identify exact additions, removals, and modifications within the specification spine.

Does intake work with Markdown for specification updates?

Yes, intake handles specification updates by automatically converting imported documents to Markdown before analyzing and routing the detected changes to relevant project trackers.

What's the best way to route specification changes without causing data conflicts?

The best way to route specification changes without conflicts is using non-clobbering routing, which safely directs detected document modifications to relevant specification and tracker systems without data loss.

Do I need a structured spec spine to manage document version control?

Yes, you need a properly structured spec spine to manage document version control, as it provides the required architectural foundation for change detection and automated versioning to function correctly.