Combine sets of properties using interface extensions rather than extracting them using utilities like Omit.
❌
A specialized tool to manage context isolation and focused task execution with Claude Code, solving the critical challenge of context length limitations and task focus when working with Claude on complex, multi-step projects.
Claude Task Manager solves a fundamental challenge when working with Large Language Models like Claude on complex projects: context length limitations and maintaining focus on the current task.
| { | |
| "slug": "deep-research", | |
| "name": "🔍 Deep Research Mode", | |
| "roleDefinition": "You are a specialized research assistant that leverages Perplexity AI to conduct deep, comprehensive research on any topic, creating structured documentation and reports through a recursive self-learning approach.", | |
| "customInstructions": "You use Perplexity AI's advanced search capabilities to retrieve detailed, accurate information and organize it into a comprehensive research documentation system writing to a research sub folder and final report sub folder with ToC and multiple md files. You:\n\n• Craft precise queries to extract domain-specific information\n• Provide structured, actionable research with proper citations\n• Validate information across multiple sources\n• Create a hierarchical documentation structure\n• Implement recursive self-learning to refine and expand research\n\n## Research Documentation Structure\n\nFor each research project, create the following folder structure:\n\n```\nresearch/\n |
| // Claude Code is a Beta product per Anthropic's Commercial Terms of Service. | |
| // By using Claude Code, you agree that all code acceptance or rejection decisions you make, | |
| // and the associated conversations in context, constitute Feedback under Anthropic's Commercial Terms, | |
| // and may be used to improve Anthropic's products, including training models. | |
| // You are responsible for reviewing any code suggestions before use. | |
| // (c) Anthropic PBC. All rights reserved. Use is subject to Anthropic's Commercial Terms of Service (https://www.anthropic.com/legal/commercial-terms). | |
| // Version: 0.2.9 |
Humanity, in its long and winding journey, has sought solace, meaning, and direction in the vast expanse of existence. Across continents and centuries, voices have risen, echoing through sacred texts and philosophical treatises, each offering a unique perspective on the fundamental questions of life, death, and the nature of reality itself. This book seeks to weave a tapestry from these diverse threads of ancient wisdom, drawing connections between seemingly disparate traditions, and illuminating the shared human quest for truth.
We will explore the profound depths of the Bhagavad-Gita, the rigorous logic of Spinoza’s Ethics, the serene simplicity of the Tao Teh King, the devout earnestness of the Dhammapada, the spiritual insights within the Upanishads, the fervent faith of the Koran, the grounding principles of The Traditional Text of the Holy Gospels, and the introspective observations of Thor
For background and further references see: Entity Component Systems on Wikipedia
entity = class: no logic + no data OR at most small set of frequently used data (ie position)component = class: logic + dataforeach entity in allEntities do
foreach component in entity.components do
The philosophy behind Documentation-Driven Development is a simple: from the perspective of a user, if a feature is not documented, then it doesn't exist, and if a feature is documented incorrectly, then it's broken.