seed

Seed source files into a processing queue with duplicate checks and archive management.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/shakedfb/deterministic-agentic-sdlc-workflow --skill seed-shakedfb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seed
Source: https://github.com/shakedfb/deterministic-agentic-sdlc-workflow/tree/main/.claude/skills/seed
Command: npx skills add https://github.com/shakedfb/deterministic-agentic-sdlc-workflow --skill seed-shakedfb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Seed a source file into the processing queue, ensuring duplicates are avoided, sources are archived, and downstream tasks are generated in a deterministic workflow.

Core Features & Use Cases

  • Duplicate checks prevent reprocessing by consolidating the seed into a single queue item.
  • Archive management moves or records the source into a date-stamped archive for traceability.
  • Task generation creates an extract task and updates the queue to drive downstream pipeline stages.
  • Use cases include onboarding new documents from {DOMAIN:inbox} or external living docs into the standard processing flow.

Quick Start

Seed a file by providing its path to enqueue it for processing.

Frequently Asked Questions about seed

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

FAQPage Schema
How do I enqueue a source file for automated processing while avoiding duplicates?

To enqueue a source file for processing while avoiding duplicates, seed the file into the processing queue. The system performs duplicate checks to prevent reprocessing by consolidating the seed into a single queue item.

How does archive management work for queued source files?

Archive management for queued source files works by moving or recording the source into a date-stamped archive. This ensures traceability and maintains a deterministic workflow for all processed documents.

Can I use this queue-management workflow for both inbox and external sources?

Yes, you can use this queue-management workflow for both inbox and external sources. It supports onboarding new documents from an inbox or external living docs into the standard processing flow.

What downstream tasks are generated when I seed a file into the processing queue?

Seeding a file into the processing queue generates an extract task and updates the queue for batch processing. This integration drives downstream pipeline stages automatically.

How are globally unique claim numbers determined during source file deduplication?

During source file deduplication, globally unique claim numbers are determined automatically by the seeding process. This ensures each queued item is distinct and traceable throughout the workflow.