[GH-ISSUE #44] Feature Request: FactoryAI Droid support #30

Closed
opened 2026-03-03 18:50:07 +03:00 by kerem · 1 comment
Owner

Originally created by @dalisoft on GitHub (Jan 20, 2026).
Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/44

Would be awesome to see if you add support to FactoryAI Droid.

See https://docs.factory.ai/cli/configuration/skills

Originally created by @dalisoft on GitHub (Jan 20, 2026). Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/44 Would be awesome to see if you add support to FactoryAI Droid. See https://docs.factory.ai/cli/configuration/skills
kerem closed this issue 2026-03-03 18:50:08 +03:00
Author
Owner

@OthmanAdi commented on GitHub (Jan 20, 2026):

FactoryAI Droid support is now live! 🎉

@dalisoft Your request has been implemented. The skill now fully supports FactoryAI Droid.

What's Included

  • .factory/skills/planning-with-files/ directory with Factory-compatible SKILL.md
  • All templates (task_plan.md, findings.md, progress.md)
  • Documentation (references.md, examples.md)
  • Comprehensive installation guide at docs/factory.md

Installation

Workspace Installation (Recommended for teams):

# In your project repository
git clone https://github.com/OthmanAdi/planning-with-files.git /tmp/planning-with-files
cp -r /tmp/planning-with-files/.factory .
git add .factory/
git commit -m "Add planning-with-files skill for Factory Droid"
git push
rm -rf /tmp/planning-with-files

Personal Installation:

git clone https://github.com/OthmanAdi/planning-with-files.git /tmp/planning-with-files
mkdir -p ~/.factory/skills
cp -r /tmp/planning-with-files/.factory/skills/planning-with-files ~/.factory/skills/
rm -rf /tmp/planning-with-files

Auto-Activation

Factory Droid will automatically invoke the skill when you:

  • Mention "complex task" or "multi-step project"
  • Request planning or organization
  • Work on projects requiring multiple steps

No slash command needed - Factory Droid auto-activates skills based on your task description!

See the full guide at docs/factory.md for details, trigger phrases, and team workflows.

Thanks for the feature request! 🚀

<!-- gh-comment-id:3772419891 --> @OthmanAdi commented on GitHub (Jan 20, 2026): **FactoryAI Droid support is now live!** 🎉 @dalisoft Your request has been implemented. The skill now fully supports FactoryAI Droid. ## What's Included - **`.factory/skills/planning-with-files/`** directory with Factory-compatible SKILL.md - **All templates** (task_plan.md, findings.md, progress.md) - **Documentation** (references.md, examples.md) - **Comprehensive installation guide** at [docs/factory.md](https://github.com/OthmanAdi/planning-with-files/blob/master/docs/factory.md) ## Installation **Workspace Installation (Recommended for teams):** ```bash # In your project repository git clone https://github.com/OthmanAdi/planning-with-files.git /tmp/planning-with-files cp -r /tmp/planning-with-files/.factory . git add .factory/ git commit -m "Add planning-with-files skill for Factory Droid" git push rm -rf /tmp/planning-with-files ``` **Personal Installation:** ```bash git clone https://github.com/OthmanAdi/planning-with-files.git /tmp/planning-with-files mkdir -p ~/.factory/skills cp -r /tmp/planning-with-files/.factory/skills/planning-with-files ~/.factory/skills/ rm -rf /tmp/planning-with-files ``` ## Auto-Activation Factory Droid will automatically invoke the skill when you: - Mention "complex task" or "multi-step project" - Request planning or organization - Work on projects requiring multiple steps No slash command needed - Factory Droid auto-activates skills based on your task description! See the full guide at [docs/factory.md](https://github.com/OthmanAdi/planning-with-files/blob/master/docs/factory.md) for details, trigger phrases, and team workflows. Thanks for the feature request! 🚀
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/planning-with-files#30
No description provided.