Use `*` feature of Complice to mark task as most important and then : ``` most_important_done :- most_important(X), done(X) kill_slack :- not most_important_done ```
Use
*feature of Complice to mark task as most important and then :