planning-with-files
Planning with Files
Work like Manus: Use persistent markdown files as your "working memory on disk." This skill helps you plan, track, and checkpoint complex tasks that span multiple files, APIs, or sessions.
WHEN TO USE THIS SKILL
ALWAYS use this skill when:
- Task involves 3+ phases or steps
- Implementing wrappers for multiple REST APIs
- Migrating or refactoring code across multiple files
- Research tasks requiring exploration
- Any task requiring >5 tool calls
- Work that may span multiple sessions
- Tasks with dependencies between components
Skip this skill for:
- Simple questions or quick lookups
- Single-file edits
- Tasks completable in 1-2 tool calls
More from microsoft/semantic-link-labs
rest-api-patterns
Guide for implementing REST API wrapper functions. Use this when adding new API wrappers or troubleshooting API calls.
3run-tests
Guide for running pytest tests locally. Use this when running tests to verify code changes.
2build-docs
Guide for building documentation and validating docstrings. Use this when asked to build docs, check docstrings, or validate documentation.
1tom-operations
Guide for working with the TOM (Tabular Object Model) wrapper. Use this when modifying semantic models programmatically.
1code-style
Guide for running code style linters and formatters. Use this when asked to check code style, run linters, or fix formatting issues.
1add-function
Guide for adding new functions to the library. Use this when implementing new API wrappers or utility functions.
1