Loads all relevant architecture, pattern references, and task documentation into context to prepare for Drupal implementation.
The Drupal Task Context Loader is an essential workflow tool for developers using the Drupal Dev Framework with Claude Code. It automates the tedious process of gathering project context by scanning for task-specific files, architectural designs, and Drupal core pattern references. By consolidating acceptance criteria, TDD approaches, and dependency injection patterns into a single summary, it ensures Claude has a comprehensive understanding of the mission before implementation begins. This skill bridges the gap between planning and coding, reducing manual file searching and ensuring adherence to project-specific standards and Drupal best practices.
Key Features
01Automated context gathering for both v2.x and v3.0.0 folder structures
02Extraction of Drupal core pattern references for dependency injection guidance
0317 GitHub stars
04Deep integration with implementation_process documentation and research files
05Seamless hand-off to TDD companion skills for test-first development
06Pre-implementation summaries including TDD steps and acceptance criteria
Use Cases
01Onboarding Claude to a complex task with existing research and architectural decisions
02Standardizing the context-loading phase across a Drupal development team
03Initializing a new coding session for a specific Drupal module feature